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

Socket: Fix LWIP connect error #4138

Merged
merged 1 commit into from
Feb 8, 2021
Merged

Socket: Fix LWIP connect error #4138

merged 1 commit into from
Feb 8, 2021

Conversation

hierophect
Copy link
Collaborator

This PR fixes an issue with the TCP-only version of socket.connect() where it would always report an OSError even when successful. Thanks to @Neradoc for pointing this out, I don't know how it made it through my testing gauntlet.

@hierophect hierophect added network espressif applies to multiple Espressif chips labels Feb 5, 2021
Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

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

Thank you! This is why I always like to have an explicit comparison.

@hierophect hierophect merged commit 8214d67 into adafruit:main Feb 8, 2021
@hierophect hierophect deleted the socket-connect-fix branch February 8, 2021 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
espressif applies to multiple Espressif chips network
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants