Details
Description
The worker thread in the TcpTransportServer that handles socket accepts from a queue can die if the handle method allows a throwable to escape. We should catch these and log them as warn if the transport isn't stopping as this is unexpected and we don't want this thread to die and stop servicing incoming connections.