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

Add volatile socket support to SocketIO client

Open sinabolouki opened this issue 1 year ago • 0 comments

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

sinabolouki avatar Jan 18 '25 17:01 sinabolouki