Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Open event needed for TCPServerSocket and UDPSocket? #44

@ClaesNilsson

Description

@ClaesNilsson

[Patrick]

  • the server socket API doesn't need an onOpen event.. there is
    nothing that happens in between the constructor and onOpen that could
    block

[Ke-Fong]: socket() + bind() + listen() have "immediate" non blocking
effect indeed.

[Claes] [Claes] The reason for the open event for TCPServerSocket and UDPSocket was the concern that Jonas expressed in #24 but if there is no time consuming actions, e.g. allocating a local interface, we should remove the open event.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions