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

Some packets are not being returned #144

Open
BrianSutioso opened this issue Jul 15, 2022 · 3 comments
Open

Some packets are not being returned #144

BrianSutioso opened this issue Jul 15, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@BrianSutioso
Copy link

BrianSutioso commented Jul 15, 2022

When the BlockingSendUnreliableMessage function is called concurrently, the number of packets successfully sent with a value returned is less than the number of times the function is called.

https://github.com/hashcloak/Meson/blob/master/client/send.go

https://github.com/hashcloak/Meson/tree/audit/concurrency

@Mikerah Mikerah added the bug Something isn't working label Jul 15, 2022
@sc0Vu sc0Vu mentioned this issue Jan 22, 2023
10 tasks
@sc0Vu
Copy link
Contributor

sc0Vu commented Jan 22, 2023

TODO: figure out the message time out issue.

@sc0Vu
Copy link
Contributor

sc0Vu commented Feb 6, 2023

I think this issue is related to #145.

The timeout might be too short to make the test work.

@Mikerah
Copy link
Collaborator

Mikerah commented Mar 21, 2023

@sc0Vu Did #172 patch this issue? If so, we should close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants