socket.io-client-java
socket.io-client-java copied to clipboard
socket-io-client-java should support option changes after instantiation
In using socket.io-client-java, I ran into an issue with client options - if these need to be changed for an existing connection, the only way to do this is to create a brand new instance of the client with the IO.socket method. It would be more convenient if options could be specified/changed using an API in SocketIOClient.
^^ I second this