engine.io-client-java icon indicating copy to clipboard operation
engine.io-client-java copied to clipboard

Fixed concurrency issue on EventThread class

Open TizioIncognito opened this issue 4 years ago • 0 comments

Fixed concurrency issue on EventThread class. Some times the EventThread remains locked, the library can't write on socket and the connection is lost. This fix solves the problem in my project. I use the 1.0.1 version of the library.

TizioIncognito avatar Apr 28 '21 07:04 TizioIncognito