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

Add compression mode and threshold to channel configuration #83

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

ksysoev
Copy link
Owner

@ksysoev ksysoev commented Jun 13, 2024

This pull request adds the ability to configure the compression mode and threshold for a channel. The compression mode determines how the channel data will be compressed, and the threshold specifies the minimum size of the payload required for compression to be applied.

Address issue #74

@ksysoev ksysoev linked an issue Jun 13, 2024 that may be closed by this pull request
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.69%. Comparing base (ad6128a) to head (f04db64).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #83      +/-   ##
==========================================
+ Coverage   91.60%   91.69%   +0.08%     
==========================================
  Files          21       21              
  Lines         846      855       +9     
==========================================
+ Hits          775      784       +9     
  Misses         52       52              
  Partials       19       19              

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

@ksysoev ksysoev merged commit 50469b1 into main Jun 13, 2024
2 checks passed
@ksysoev ksysoev deleted the 74-implement-compression-mode branch June 13, 2024 14:12
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.

Introduce possibility to control CompressionMode on websocket connetion
2 participants