ksysoev / wasabi

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

Handle connection closed errors in backend logic #105

Closed ksysoev closed 3 months ago

ksysoev commented 3 months ago

This pull request adds error handling for connection closed errors in the backend logic. Previously, when a connection closed error occurred, the error was not properly handled, leading to potential issues. With this change, the code now checks for connection closed errors and handles them appropriately. This improves the reliability and stability of the backend logic.

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 92.37%. Comparing base (adaf9a0) to head (b39e1c3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #105 +/- ## ========================================== + Coverage 92.28% 92.37% +0.08% ========================================== Files 24 24 Lines 959 970 +11 ========================================== + Hits 885 896 +11 Misses 53 53 Partials 21 21 ```

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