Open fukemy opened 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 :)
Thanks u so much, but im not sure about IOS <13, so i will wait for the feedback first
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
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