ksysoev / wasabi

Toolkit for Creating WebSocket API Gateways
MIT License
5 stars 2 forks source link

Add compression mode and threshold to channel configuration #83

Closed ksysoev closed 3 months ago

ksysoev commented 3 months ago

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

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.