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

Volatile Messages

Open regisoliveira opened this issue 9 years ago • 4 comments

Hello!

Is there any way to emit volatile messages from the java client? Thanks!!

regisoliveira avatar Apr 24 '16 12:04 regisoliveira

As of now there is no such method in socket.io java client, It will be good if this feature included in java client

i-khan avatar May 13 '16 05:05 i-khan

This is the Socket.IO v1.x Client Library for Java, which is simply ported from the JavaScript client. https://github.com/socketio/socket.io-client-java/blob/master/README.md#socketio-client-java

This feature doesn't exists in the JavaScript client yet. https://github.com/socketio/socket.io-client/pull/821

wedneyyuri avatar Jun 21 '16 16:06 wedneyyuri