acmacalister / jetfire

WebSocket (RFC 6455) client library for iOS & OS X
Apache License 2.0
518 stars 83 forks source link

Disconnect immediately after connect to server #91

Open nirav-kotecha opened 4 years ago

nirav-kotecha commented 4 years ago

I am experiencing the socket.connected = YES on the disconnect delegate method.

Each time i am connecting to server and its disconnect with this error: Error Domain=JFRWebSocket Code=1000

what should i do ? my project is fully on objective-c. can't go for swift.