Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not allow connection output buffer to exceed configured limit (#196)
### 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)
- Loading branch information