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

Implement connection wrapper logic #36

Merged
merged 3 commits into from
May 1, 2024
Merged

Implement connection wrapper logic #36

merged 3 commits into from
May 1, 2024

Conversation

ksysoev
Copy link
Owner

@ksysoev ksysoev commented May 1, 2024

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
Copy link

codecov-commenter commented May 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

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

@ksysoev ksysoev merged commit 5d66490 into main May 1, 2024
1 check passed
@ksysoev ksysoev deleted the connection_wrapper branch May 1, 2024 08:33
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.

2 participants