Skip to content

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

@fadushin

Description

@fadushin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions