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

Lost UDP packets when sending multiple #22

Open
AaronCleaver opened this issue Jul 8, 2021 · 3 comments
Open

Lost UDP packets when sending multiple #22

AaronCleaver opened this issue Jul 8, 2021 · 3 comments

Comments

@AaronCleaver
Copy link

I have a case where I periodically want to send a small number 3-4 of small udp packets. When I send 2 in succession only the second one makes it through to the other side.
Is this a bug? should I be checking that the previous packet has been sent somehow?

@mechatroniks-git
Copy link

I'm seeing this also, any progress or ideas on this one?

@AaronCleaver
Copy link
Author

I briefly looked into it but didn't find an easy way to query busy state or queue packets. I ended up using TCP as it was an option for my case.

@mechatroniks-git
Copy link

mechatroniks-git commented Aug 14, 2021

Copy that. I was trying to send the same packet to 2 UDP addresses, ended up using broadcast.

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

2 participants