Skip to content

Asking for blocking connection on non-blocking server socket causes crash #101

@m-ronnblom

Description

@m-ronnblom

Passing "xcm.blocking"=true to xcm_accept_a() is called on non-blocking server socket causes a crash on all TCP-based transports.

The reason is that finish() and update() are called when the sockets are only in the "initialized" state.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions