triniwiz / nativescript-socketio

Socket.IO for nativescript
Apache License 2.0
71 stars 31 forks source link

how connect in ios? #108

Open Kor-Fresh opened 2 years ago

Kor-Fresh commented 2 years ago

error log is Starscream/WebSocket.swift:600 Fetal error: unexpectedly found nil while unwrapping an Optional value

ios: 12.1 pod: Socket.IO-Client-Swift ~> 15.2.0 pod Starscream <= 3.1.1

@trinwiz/nativescript-socketio 4.0.1

code: this.socket = new SocketIO(URL, { transports: ['websocket']})

An error occurs when the above code is executed. Help