nanomsg / nng

nanomsg-next-generation -- light-weight brokerless messaging
https://nng.nanomsg.org
MIT License
3.85k stars 492 forks source link

Add support for socket:// in NUTS marry function. #1774

Closed gdamore closed 9 months ago

gdamore commented 9 months ago

This also adds a HUGE test for REP using socket so that we can discriminate failures that might exist using sockets instead of inproc.

fixes #

Note that the above format should be used in your git commit comments. You agree that by submitting a PR, you have read and agreed to our contributing guidelines.
codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (ee697a2) 79.14% compared to head (b4512a2) 79.24%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1774 +/- ## ========================================== + Coverage 79.14% 79.24% +0.09% ========================================== Files 94 94 Lines 21077 21077 ========================================== + Hits 16681 16702 +21 + Misses 4396 4375 -21 ```

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