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

socket-io-client-java should support option changes after instantiation

Open thully opened this issue 8 years ago • 1 comments

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.

thully avatar May 10 '17 14:05 thully

^^ I second this

DundieWinner avatar Jan 04 '18 21:01 DundieWinner