ksysoev / wasabi

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

Makes context for terminating connections and server #28

Closed ksysoev closed 2 months ago

ksysoev commented 2 months ago

Makes context for terminating connections and server as optional parameter

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 87.50000% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 88.17%. Comparing base (60d41d1) to head (40f18af).

Files Patch % Lines
server/server.go 71.42% 1 Missing and 1 partial :warning:
channel/connection.go 92.30% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #28 +/- ## ========================================== + Coverage 87.47% 88.17% +0.69% ========================================== Files 17 17 Lines 599 592 -7 ========================================== - Hits 524 522 -2 + Misses 58 54 -4 + Partials 17 16 -1 ```

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