socketio / socket.io-client-java

Full-featured Socket.IO Client Library for Java, which is compatible with Socket.IO v1.0 and later.
https://socketio.github.io/socket.io-client-java/installation.html
Other
5.31k stars 969 forks source link

Fixing Issue #727, #710, #759 #769

Closed Harsh5488 closed 1 month ago

Harsh5488 commented 1 month ago

Using ConcurrentLinkedQueue for safety in multi threading environment.

darrachequesne commented 1 month ago

Awesome, thanks :+1: