facebookincubator / SocketRocket

A conforming Objective-C WebSocket client library.
Other
9.54k stars 2.01k forks source link

can connect only once #589

Closed syrakozz closed 5 years ago

syrakozz commented 6 years ago

i have a server that i can connect only once by using this library , but on android i use WebSocketClient and i can connect multiple time , i can connect by using socket rockeet only once by run , i need to close the app and then repon it to reconnect again , any advicse ? but on different server i can connect and disconnect multiple time it seems like the server had some restriction for multiple connection , how i can bypass that like android does