You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am facing this weird issue when I connect web sockets it got connected and I start receiving messages also I got this webSocketDidOpen callback but when I send message I got this error
Error Domain=SRWebSocketErrorDomain Code=2134 "Invalid State: Cannot call sendString:error: until connection is open." UserInfo={NSLocalizedDescription=Invalid State: Cannot call sendString:error: until connection is open.}
getting this error while se sending data
I checked everything my socket is always in connecting state and I am able to receive messages but not able to send
The text was updated successfully, but these errors were encountered:
Hello, I am facing this weird issue when I connect web sockets it got connected and I start receiving messages also I got this webSocketDidOpen callback but when I send message I got this error
Error Domain=SRWebSocketErrorDomain Code=2134 "Invalid State: Cannot call
sendString:error:
until connection is open." UserInfo={NSLocalizedDescription=Invalid State: Cannot callsendString:error:
until connection is open.}getting this error while se sending data
I checked everything my socket is always in connecting state and I am able to receive messages but not able to send
The text was updated successfully, but these errors were encountered: