伊谢尔伦2017-04-18 09:40:05
Client code
finally {
Thread.sleep(1000);
group.shutdownGracefully();
}
Try writing like this. To put it simply, the work has been put into the thread, but the processing takes time, but you shut down gracefully before you have finished processing it. How does the server receive it