-
Notifications
You must be signed in to change notification settings - Fork 3k
ESP8266: receive is able to handle device busy indication #9871
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
Conversation
@teetak01 for your information |
@VeijoPesonen, thank you for your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out of curiosity - have you ever seen the "else" branch entered and DEVICE_ERROR reported?
Noup, but on the other hand I wouldn't have expected that we would hit
|
This is marked internally as a critical fix so we should try and take it into 5.12 |
CI started |
Test run: SUCCESSSummary: 13 of 13 test jobs passed |
Test run: SUCCESSSummary: 13 of 13 test jobs passed |
Description
Socket receive must return NSAPI_ERROR_WOULD_BLOCK if device is busy doing something else, like sending data etc.
Pull request type
Reviewers
@michalpasztamobica
@SeppoTakalo
Release Notes