facebookincubator / SocketRocket

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

sometimes webSocket:(SRWebSocket *)webSocket didReceiveMessage: can not receive message #531

Open iamgod588 opened 7 years ago

iamgod588 commented 7 years ago

Under normal circumstances it can work normally,when the app do applicationDidEnterBackground: i closed the socket , when do applicationDidBecomeActive: i connect the socket, when connect successed, the server will send me the pubkey to encrypt my message first,then send me the messages which i missed,but sometimes, i can receive the pubkey ,how ever can not receive other messages anymore, but i can send messages normal, can someone tell me why this happened?

greenmoon82 commented 6 years ago

I am seeing this issue, too. Did you find out more or a fix?