-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: Allow passing in local and remote socket addresses #16
Conversation
@martinthomson, is this what you had in mind? Fixes #15
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16 +/- ##
==========================================
+ Coverage 93.24% 93.30% +0.06%
==========================================
Files 1 1
Lines 222 269 +47
==========================================
+ Hits 207 251 +44
- Misses 15 18 +3 ☔ View full report in Codecov by Sentry. |
Note: This won't be backward-compatible. If you want source compatibility, you'll have to implement |
Co-authored-by: Martin Thomson <mt@lowentropy.net>
Co-authored-by: Martin Thomson <mt@lowentropy.net>
@mxinden looks like the semver check works :-) |
@martinthomson, is this what you had in mind?
Fixes #15