nuclearace / Socket.IO-Client-Swift

socket.io-client for Swift
Other
361 stars 53 forks source link

How to put params on reconnect? #124

Open MihaelIsaev opened 8 years ago

MihaelIsaev commented 8 years ago

Hello!

connectWithParams is cool, but how to send the same or new params on reconnect?

trobriander commented 7 years ago

I would like to know whether this is possible too---on an automatic reconnect due to a network problem (instead of a controlled reconnect after a controlled disconnect).