zeromq / netmq

A 100% native C# implementation of ZeroMQ for .NET
Other
2.95k stars 744 forks source link

add a way to send and receive routing keys #963

Closed somdoron closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #963 (e90183d) into master (528e3aa) will increase coverage by 0.07%. The diff coverage is 27.90%.

@@            Coverage Diff             @@
##           master     #963      +/-   ##
==========================================
+ Coverage   65.82%   65.90%   +0.07%     
==========================================
  Files         148      148              
  Lines        8989     9030      +41     
  Branches     1476     1486      +10     
==========================================
+ Hits         5917     5951      +34     
- Misses       2456     2472      +16     
+ Partials      616      607       -9     
Impacted Files Coverage Δ
src/NetMQ/ReceivingSocketExtensions.cs 47.72% <27.58%> (-2.49%) :arrow_down:
src/NetMQ/OutgoingSocketExtensions.cs 75.88% <28.57%> (-5.22%) :arrow_down:
src/NetMQ/Core/SocketBase.cs 71.37% <0.00%> (+0.53%) :arrow_up:
src/NetMQ/Core/SessionBase.cs 72.38% <0.00%> (+2.23%) :arrow_up:
src/NetMQ/Core/Utils/Poller.cs 79.26% <0.00%> (+3.65%) :arrow_up:
src/NetMQ/Core/Patterns/Pair.cs 80.00% <0.00%> (+8.00%) :arrow_up:
src/NetMQ/NetMQConfig.cs 54.90% <0.00%> (+9.80%) :arrow_up:
src/NetMQ/ReceiveThreadSafeSocketExtensions.cs 42.30% <0.00%> (+13.46%) :arrow_up: