hello guys,
I try to create a connection using sockets.io client. it work on the ios however in the android it has a message shows websocket error
here is my code
var socket = io('https://localhost:8888',{transports: ['websocket'],rejectUnauthorized:false,secure:true});
version
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.0"
is there a configuration in the android where I can fix this error/
thak you
+1
check issue guidlines e.g.: https://github.com/necolas/issue-guidelines
--- issue should be closed
+1