facebookincubator / SocketRocket

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

ios 13 CRASH #616

Open fukemy opened 5 years ago

fukemy commented 5 years ago

hi. can you help, my app run well in ios 12, but crash in ios 13, im stucking when check the log Here is my image

Screen Shot 2019-09-24 at 14 30 16

Vinz1911 commented 5 years ago

It seems that this project is discontinued :(

For iOS 13 I would recommend to use the native web socket implementation, apple introduced on the WWDC 2019 -> https://developer.apple.com/documentation/network/nwprotocolwebsocket

I would also recommend to watch, how to implement web sockets in iOS 13 (it's very easy) https://developer.apple.com/videos/play/wwdc2019/712/

it works like charm on iOS 13 and the performance is incredible :)

fukemy commented 5 years ago

Thanks u so much, but im not sure about IOS <13, so i will wait for the feedback first

ckrey commented 4 years ago

A similar question was raised in #576

I followed the suggestion by @Vinz1911 above. And it works like a charm. It does TLS, even with Self Signed Server Certificates and Client Certificates