Skip to content

RustConnection::poll_for_event never reads from the socket #408

@psychon

Description

@psychon

Currently, there is no way to get events in a non-blocking way. Only wait_for_event() actually reads from the socket.

I guess poll_for_event() has to somehow check if there is currently a reader and if not, try to read. No idea how this could fit into the Read trait.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Priority ImportantbugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions