facebookincubator / SocketRocket

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

crash in -[SRWebSocket stream:handleEvent:] cause of released SRWebSocket #532

Open sivanmoshe opened 7 years ago

sivanmoshe commented 7 years ago

stream:handleEvent crashes

the last fix for this issue in not doing the job

here is my PR fixing it:

https://github.com/sivanmoshe/SocketRocket/pull/1

PatrickSCLin commented 6 years ago

any updates ?