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

UdpReadSocket must be created before UdpWriteSocket if read_port == write_src_port #590

Closed
ghost opened this issue Oct 3, 2017 · 0 comments
Labels
Milestone

Comments

@ghost
Copy link

ghost commented Oct 3, 2017

Both sockets get bound to the same port, and the write socket ends up receiving messages instead of the read socket because it was declared first.

Ideally this case should probably only use one socket... that should be investigated in a separate ticket.

@ghost ghost added the bug label Oct 3, 2017
@ghost ghost self-assigned this Oct 3, 2017
@ghost ghost closed this as completed in 00f6182 Oct 3, 2017
ghost pushed a commit that referenced this issue Oct 3, 2017
@ghost ghost added this to the v4.0.3 milestone Oct 24, 2017
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants