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

move call to setTimeout() to after the client connects. #2214

Merged
merged 1 commit into from
Dec 18, 2018
Merged

move call to setTimeout() to after the client connects. #2214

merged 1 commit into from
Dec 18, 2018

Conversation

atanisoft
Copy link
Collaborator

This is necessary to avoid this log entry from being generated due to invalid usage of setTimeout:
[E][WiFiClient.cpp:236] setSocketOption(): 1006 : 9

This fixes #2213

This is necessary to avoid this log entry from being generated due to invalid usage of setTimeout:
[E][WiFiClient.cpp:236] setSocketOption(): 1006 : 9
@me-no-dev me-no-dev merged commit 0de0d3f into espressif:master Dec 18, 2018
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

Successfully merging this pull request may close these issues.

Why do I get an Error msg [E][WiFiClient.cpp:236] setSocketOption(): 1006 : 9 every time this function runs.
2 participants