-
Notifications
You must be signed in to change notification settings - Fork 58
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
ESP8266 not connecting to socket #23
Comments
P.S I dont have this issue in local server. Only when using AWS Server. |
On digging into the code, it seems like the
|
I never tried with AWS, I need to check it out |
Don't know what is going on, but when I removed all the |
what version of arduino IDE do you use? |
you may also try to remove all the Serial (no debugging, but could help with the speed) |
I am also having this am issue. Was this ever resolved? |
I'm not sure if my issue is the same as #22 , so I'm creating a new one.
This is my log when I try to connect to NodeJS server from ESP8266:
This just sits there and doesn't recieve a
101
response.Here is my server side log when connecting from ESP :
But I am able to connect without issues from a browser client :
Any ideas as to what might be the issue??
The text was updated successfully, but these errors were encountered: