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

fix: ServerTCP causes uncaught exception if listen fails #537

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

everhardt
Copy link
Contributor

fixes #536

I've opted for a separate event (serverError), as error is already used and the with the two kinds will probably have to be dealt with differently.

@yaacov
Copy link
Owner

yaacov commented Dec 12, 2023

Thank you for the pull request

@yaacov yaacov merged commit 5663cbf into yaacov:master Dec 12, 2023
3 checks passed
@yaacov yaacov added the bug label Dec 12, 2023
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.

ServerTCP causes uncaught exception if listen fails
2 participants