Skip to content
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

ESP8266Server::available() not working #11

Open
vjaunet opened this issue Feb 4, 2017 · 2 comments
Open

ESP8266Server::available() not working #11

vjaunet opened this issue Feb 4, 2017 · 2 comments

Comments

@vjaunet
Copy link

vjaunet commented Feb 4, 2017

Hi,
One needs to set a strictly positive timeout for the ESP8266Server::available() routine.
Since it is defined equal as 0 in header file, the timeout test is never made and no client can be returned.
Just spent 2 hours on that, hope it can help.
++
V

@santaimpersonator
Copy link
Contributor

Are you talking about line 35 from the src code?

@vjaunet
Copy link
Author

vjaunet commented Feb 9, 2019

2 years later, I can't exactly recall...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants