Simply set forceWebsockets: true in the option. It won't work on iOS but works on Android. The error is 'nativescript-socket.io' 'on' 'error' '["The operation couldn’t be completed. (OSStatus error -9847.)"]' '' which corresponds to errSSLRecordOverflow
The issue occur on:
Versions:
"nativescript-socket.io": "^0.11.1",
Step to reproduce
Simply set
forceWebsockets: true
in the option. It won't work on iOS but works on Android. The error is'nativescript-socket.io' 'on' 'error' '["The operation couldn’t be completed. (OSStatus error -9847.)"]' ''
which corresponds to errSSLRecordOverflow