Skip to content

Calling Wake() on UDP conn does nothing #60

@miguelb

Description

@miguelb

We are trying to echo messages received from one UDP connection to other connected UDP clients. However, it looks like the UDP connection doesn't have an associated loop, so calling Wake() on the connection does nothing because loop is nil.
Should the connection created in func loopUDPRead(s *server, l *loop, lnidx, fd int) have a reference to the loop?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions