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

Improve TinySocket connection status handling #117

Merged
merged 4 commits into from
Dec 30, 2023
Merged

Conversation

WesSouza
Copy link
Owner

  • Disallow connection on a socket that is connecting or already connected
  • Make disconnecting a disconnected socket a no-op
  • Disallow reading or writing to a socket that is not connected

Closes #114.

@WesSouza WesSouza merged commit 06d2fa7 into main Dec 30, 2023
4 checks passed
@WesSouza WesSouza deleted the tinysocket-improvemetns branch December 30, 2023 17:10
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.

Improve TinySocket connection status handling
1 participant