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

Closing a socket in select state may cause some socket calls to hang #945

Open
fadushin opened this issue Nov 14, 2023 · 0 comments
Open
Labels
bug lib:estdlib Erlang Standard library

Comments

@fadushin
Copy link
Collaborator

When a socket is in a elect state and is closed (e.g., from another process), there are conditions in which the socket may fail to unblock from calls (such as socket:accept or socket:recv).

This is a known issue in the OTP socket implementation that should be addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug lib:estdlib Erlang Standard library
Projects
None yet
Development

No branches or pull requests

1 participant