ksysoev / wasabi

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

Implement connection wrapper logic #36

Closed ksysoev closed 2 months ago

ksysoev commented 2 months ago

This pull request adds the implementation of a connection wrapper logic. The ConnectionWrapper struct provides methods for sending messages and closing connections, with the ability to add custom wrappers for these operations.

Address issue #32

codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 89.52%. Comparing base (c9b385a) to head (93d970e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #36 +/- ## ========================================== + Coverage 88.94% 89.52% +0.57% ========================================== Files 16 17 +1 Lines 597 630 +33 ========================================== + Hits 531 564 +33 Misses 51 51 Partials 15 15 ```

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