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

AuxConnection transmit race #585

Merged
merged 4 commits into from Dec 29, 2023
Merged

AuxConnection transmit race #585

merged 4 commits into from Dec 29, 2023

Conversation

turleypol
Copy link
Member

Since the actual transmit is done by a threadpool to not block the script there was a chance that the messages where send in wrong order. Especially when using the newline version (this called 2 times send).
Happend on very rare occasions in our CI builds with the connection to the client.

@coveralls
Copy link
Collaborator

coveralls commented Dec 29, 2023

Coverage Status

coverage: 46.494% (+0.02%) from 46.475%
when pulling 85711f2 on auxtransmit_race
into b05f98b on master.

frozenblit
frozenblit previously approved these changes Dec 29, 2023
@turleypol turleypol merged commit a81879c into master Dec 29, 2023
68 checks passed
@turleypol turleypol deleted the auxtransmit_race branch December 29, 2023 10:12
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

Successfully merging this pull request may close these issues.

None yet

3 participants