2019年9月29日

Http-Netty-Rpc-Service系统改造:不要在springboot的启动主线程中阻塞,nettyserver的postconstruct注解的init方法中不要写future.channel().closeFuture().sync();

摘要: 常规的demo级别的netty服务端的代码写法是这样的: 在这里面future.channel().closeFuture().sync();这个语句的主要目的是,方便测试,方便写一个非springboot的demo,比如一个简单地junit test方法,closeFuture().sync()可 阅读全文

posted @ 2019-09-29 11:34 CreatorKou 阅读(4878) 评论(0) 推荐(0) 编辑

导航