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

On closing UDP/TCP socket, make sure it is reset #92

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

eht16
Copy link
Owner

@eht16 eht16 commented Jan 3, 2024

This prevents re-using a possibly non-working socket instance in later send attempts which cannot work.

Closes #89.

This prevents re-using a possibly non-working socket instance
in later send attempts which cannot work.

Closes #89.
@eht16 eht16 added the bug label Jan 3, 2024
@eht16 eht16 merged commit 005e0bc into master Feb 12, 2024
4 checks passed
@eht16 eht16 deleted the fix_issue89_properly_close_socket branch February 12, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transport endpoint is not connected
1 participant