-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
on 2.1.0 server.setNoDelay(true); generate exception(2) at start #1695
Comments
Confirmed for me. |
yup same here latest master,
|
After a short investigation, For those who are interested, here is what's happening. We call So it seems that we have to remove |
Thanks a lot @igrr - very clear |
We will save no_delay flag in WiFiServer, and it will set this flag on each new client connection automatically. I'll post a commit soon. (i.e. will not remove setNoDelay function from WiFiServer). |
Excellent - thanks a lot - you are the best as usual ^_^ |
On 2.1.0 my project crash at start when wasn't using 2.0.0
I narrow down using the sample sketch WiFiTelnetToSerial.ino (https://github.com/esp8266/Arduino/blob/master/libraries/ESP8266WiFi/examples/WiFiTelnetToSerial/WiFiTelnetToSerial.ino), which generate exception(2) at start.
commenting the line :
solve the issue.
This do not happen on 2.0.0.
2.1.0 sample sketch is compiled under windows 10 / IDE 1.6.5 and using nodemcu 1.0
The text was updated successfully, but these errors were encountered: