Socket.io-client-java: Error: websocket error

Created on 10 Dec 2018  路  3Comments  路  Source: socketio/socket.io-client-java

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

All 3 comments

+1

check issue guidlines e.g.: https://github.com/necolas/issue-guidelines
--- issue should be closed

+1

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AljoSt picture AljoSt  路  8Comments

forlayo picture forlayo  路  5Comments

RishabhDuttSharma picture RishabhDuttSharma  路  5Comments

jukbot picture jukbot  路  3Comments

NotNotMarshall picture NotNotMarshall  路  4Comments