NathanaelA / nativescript-websockets

Websockets for NativeScript
83 stars 43 forks source link

ios 30s the socket close code 1000 #61

Closed liutao0617 closed 3 years ago

liutao0617 commented 5 years ago

image After 30 seconds, the socket will automatically disconnect and return to code1000.

romandrahan commented 5 years ago

Same for me, but it even doesn't fire onclose or onerror.

NathanaelA commented 3 years ago

Make sure your server has compression turned off, on iOS compression seems to be very flaky.