Skip to content

Socket.accept() always blocking #180

@bludin

Description

@bludin

Socket.accept() is always blocking because

if (
self._timeout
and 0 < self._timeout < ticks_diff(ticks_ms(), stamp) / 1000
):

doesn't differentiate between self._timeout being None or zero

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