delight-im / delight-im/Android-DDP
wss error handshake
Open
bug
- Dominant language
- Java
- Stars
- 274
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I have big problem.
I cant connect on wss.
this is what i got on onException:
meteor: exception: java.lang.Exception: com.neovisionaries.ws.client.WebSocketException: Failed to get the input stream of the raw socket: Handshake failed
and this is how I'm connecting to my server:
mMeteor = new Meteor(this, "wss://beholder.com.pl/websocket");
// register the callback that will handle events and receive messages
mMeteor.addCallback(this);
// establish the connection
mMeteor.connect();
best Regards
Mike
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.