Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calling Wake() on UDP conn does nothing #60

Open
miguelb opened this issue Dec 6, 2019 · 0 comments
Open

Calling Wake() on UDP conn does nothing #60

miguelb opened this issue Dec 6, 2019 · 0 comments

Comments

@miguelb
Copy link

miguelb commented Dec 6, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant