SocketServer.stop() now invokes ExecutorService.shutdownNow()
This was done to be consistent with the implementation in ServerSocketAppenderBase, but isn't strictly required, as all concurrent tasks for this server will be blocked in I/O calls, not thread waits.
parent
f880c687
Please register or sign in to comment