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

Change to using write_all #198

Merged
merged 3 commits into from
Sep 24, 2024
Merged

Change to using write_all #198

merged 3 commits into from
Sep 24, 2024

Conversation

Carter12s
Copy link
Collaborator

Description

Discovered some bugs in production related to very large messages. Turnout out our usage of write() vs. write_all() on the publisher side was incorrect and would truncate large messages (had to be several MB before I actually saw this occur). With this change messages would send reliably with no upper limit I could find (probably u32 size at this point).

Fixes

Closes: NAN

Checklist

  • Update CHANGELOG.md

@Carter12s Carter12s merged commit 28c068d into master Sep 24, 2024
5 checks passed
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.

1 participant