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

Create non-blocking socket with WiFiClientSecure #3872

Closed
wants to merge 1 commit into from

Conversation

zipiju
Copy link

@zipiju zipiju commented Nov 24, 2017

SSL_READ_BLOCKING was causing the code to get stuck on functions using
SSL socket (available(), connected() etc.) when connection to the server
suddenly broke (in a manner that ESP still was associated to the AP and had an IP).
As this was not really a stuck CPU WDT never fired.

SSL_READ_BLOCKING was causing the code to get stuck on functions using
SSL socket (available(), connected() etc.) when connection to the server
suddenly broke.
As this was not really a stuck CPU WDT never fired.
@marcelowajnsztok
Copy link

I am having the same problem with wificlientsecure with the latest library. I Will try this solution.

@marcelowajnsztok
Copy link

It is a good work around.

@devyte devyte assigned earlephilhower and unassigned igrr Aug 3, 2018
@earlephilhower
Copy link
Collaborator

Gonna close this due to axtls being deprecated now. If there is a similar issue w/BearSSL, please open a new issue and we can look at ways to make it happen. Thx!

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.

4 participants