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

feat: add limit for incoming message sizes #146

Merged
merged 1 commit into from
Dec 28, 2024

Conversation

achingbrain
Copy link
Owner

To prevent stream produces sending us streams of messages that grow too large, add an option to limit the incoming message buffer size.

To prevent stream produces sending us streams of messages that grow
too large, add an option to limit the incoming message buffer size.
Copy link

codecov bot commented Dec 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.82%. Comparing base (c8e117c) to head (32c4383).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #146      +/-   ##
==========================================
+ Coverage   96.80%   96.82%   +0.01%     
==========================================
  Files         101      102       +1     
  Lines        9272     9310      +38     
  Branches     1399     1411      +12     
==========================================
+ Hits         8976     9014      +38     
  Misses        296      296              
Flag Coverage Δ
chrome 97.29% <100.00%> (+0.02%) ⬆️
node 96.68% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@achingbrain achingbrain merged commit 93741bd into main Dec 28, 2024
21 checks passed
@achingbrain achingbrain deleted the feat/add-message-size-limit branch December 28, 2024 13:04
Copy link

🎉 This PR is included in version it-ndjson-v1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

1 participant