2.3.1
[2.3.1] - 2020-06-18
Fixed:
- Worker threads might not be shut down after closing the EventSource, if the stream had previously been stopped due to a ConnectionErrorHandler returning
SHUTDOWN
. Now, the threads are stopped as soon as the stream is shut down for any reason. (#51) - Fixed a race condition that could cause
onClosed()
not to be called in some circumstances where it should be called.