认证高级PHP讲师
Client codefinally {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
Try setting TCL_NODELAY when creating a new server
Client code
finally {
Thread.sleep(1000);
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
Try setting TCL_NODELAY when creating a new server