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

Revert "Correctly raise OS error in socketpool_socket_recv_into()" #7779

Merged
merged 1 commit into from
Mar 23, 2023

Conversation

jepler
Copy link
Member

@jepler jepler commented Mar 22, 2023

This reverts commit 7e6e824.

Fixes #7770

The change in #7623 needs to be revered; the raise-site added in #7632 is the correct one and the one in socketpool needs to be reverted.

This is not affecting 8.0.x because #7623 was not back-ported to there before we realized it was not a full fix.

Both #7770 and #7606 should be re-tested. I didn't test.

This reverts commit 7e6e824.

Fixes adafruit#7770

The change in adafruit#7623 needs to be revered; the raise-site added in adafruit#7632
is the correct one and the one in socketpool needs to be reverted.

This is not affecting 8.0.x because adafruit#7623 was not back-ported to there
before we realized it was not a full fix.

Both adafruit#7770 and adafruit#7606 should be re-tested. I didn't test.
@RetiredWizard
Copy link

Successfully tested #7770 with local build of latest main branch bits and this change. Seems to work fine, Thanks.

Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jepler Thank you for straightening this out!

@DavePutz
Copy link
Collaborator

Successfully tested #7606

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.

Pico W crashes when accessing web workflow interface
4 participants