-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws api websocket #667
Comments
please enable debug, with the current info its impossible to help. |
how to do that |
is that serial monitor |
in the arduino IDE its a setting in the menu where you configure your board. for more advanced IDEs you need to set a compile define options.
|
|
looks like you have a
|
|
what we need inside response from server |
|
the web socket request header is send to the server, but your server is closing the connection. |
|
its aws api websocket wss://3xcls223mg.execute-api.eu-west-1.amazonaws.com/updatedevice |
are you using |
webSocket.begin |
is that ok? |
what response we need from server |
Hello |
wss --> https --> webSocket.beginSSL |
I checked but after connection esp restaring |
|
20:31:47.058 -> connected with Me, channel 11 20:31:47.058 -> dhcp client start... 20:31:47.107 -> ip:192.168.225.214,mask:255.255.0.0,gw:192.168.225.1 20:31:47.623 -> [WSc] Disconnected! 20:31:53.094 -> [WSc] Disconnected! 20:31:56.999 -> pm open,type:2 0 20:31:58.483 -> [WSc] Disconnected! 20:32:04.339 -> [WSc] Disconnected!
how fix this please help me
The text was updated successfully, but these errors were encountered: