krohling / ArduinoWebsocketClient

Websocket client for Arduino
227 stars 72 forks source link

NOT CONNECTING #16

Open pulkitsapra opened 7 years ago

pulkitsapra commented 7 years ago

client.connect() function in echo example was not functioning properly earlier. but did suddenly. still sometimes it connects, sometimes it doesn't cant figure out why. PS: i am using the ide 1.6.5 . Does it make a difference?

simaoj commented 7 years ago

I am getting the same problem over here. I have sniffed my connection using wireshark, sending a message to a server in my computer, and there really is some sort of problem in the handshake. The package is sent by the client and received by the host, by the connection with the server is never established. Was anyone able to make it work?