engine.io-client-java
engine.io-client-java copied to clipboard
Add volatile socket support to SocketIO client
In order to add volatile socket support to Socket.IO-client Java. We need to check if the transport we use in the socket is writable or not. I added a getter method for it in order to use it in the implementation of the feature in Socket.IO-client Java