react-native-socketio icon indicating copy to clipboard operation
react-native-socketio copied to clipboard

App crashed when calling connect(). (RN0.48.3)

Open zhangsir199 opened this issue 8 years ago • 1 comments

this.socket = new SocketIO('http://192.168.1.12:3000', {}); connect() will not work unless add http:// prefix to host, then app will be crash when calling connect()

zhangsir199 avatar Nov 21 '17 02:11 zhangsir199

I am also facing the same issue on android. After calling connect the app just crashes.

ritesh-malav avatar Feb 26 '18 14:02 ritesh-malav