Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

fix: limit unprocessed message queue size separately to message size #234

Merged
merged 4 commits into from
Nov 24, 2022

Conversation

achingbrain
Copy link
Member

It's possible to receive lots of small messages in one buffer that can be larger than the max message size, so limit the unprocessed message queue size separately from the max message size.

It's possible to receive lots of small messages in one buffer that can
be larger than the max message size, so limit the unprocessed message
queue size separately from the max message size.
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Co-authored-by: Marin Petrunić <mpetrunic@users.noreply.github.com>
@mpetrunic mpetrunic merged commit 2297856 into master Nov 24, 2022
@mpetrunic mpetrunic deleted the fix/limit-input-queue-size branch November 24, 2022 13:36
github-actions bot pushed a commit that referenced this pull request Nov 24, 2022
## [7.0.5](v7.0.4...v7.0.5) (2022-11-24)

### Bug Fixes

* apply message size limit before decoding message ([#231](#231)) ([279ad47](279ad47))
* limit unprocessed message queue size separately to message size ([#234](#234)) ([2297856](2297856))
* yield single buffers ([#233](#233)) ([31d3938](31d3938))
@github-actions
Copy link

🎉 This PR is included in version 7.0.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants