OK, I've looked at source. It seems that the infinite loop
in dispatchEvents() can only be broken via an IOException
or InterruptedException. Calling stop() closes the socket
using closeQuietly, which catches any IOExceptions. There
really doesn't seem to be a provision for exiting this
loop programmatically.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
OK, I've looked at source. It seems that the infinite loop
in dispatchEvents() can only be broken via an IOException
or InterruptedException. Calling stop() closes the socket
using closeQuietly, which catches any IOExceptions. There
really doesn't seem to be a provision for exiting this
loop programmatically.