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

Do not allow connection output buffer to exceed configured limit #196

Merged
merged 1 commit into from
Mar 13, 2023

Conversation

achim-k
Copy link
Collaborator

@achim-k achim-k commented Mar 13, 2023

Public-Facing Changes

  • Do not allow connection output buffer to exceed configured limit

Description

Makes sure that we only put messages in the output buffer if they do not cause the output buffer to exceed the user configured limit.

This mitigates that larger messages (images / pointclouds, ...) prevent smaller messages from being sent (see #174)

@achim-k achim-k requested a review from jtbandes March 13, 2023 16:08
@achim-k achim-k merged commit 25992b0 into main Mar 13, 2023
@achim-k achim-k deleted the achim/prevent_buffer_limit_exceeded branch March 13, 2023 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants