Skip to content
Commit 76d0bc4c authored by Carl Harris's avatar Carl Harris
Browse files

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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment