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

exit from SocketReceiver.run when executor rejects a task

Previously, we exited only when interrupted.  But if the executor is
shutting down, there's no reason for the receiver to try to continue
running.

This was a left over from when the receiver had its own executor
service, and ExecutorService.shutdownNow was used to shut it down on
stop().
parent 3bb4d53a
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