zeromq / netmq

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

Issue #978 expose internal buffer as memory<byte> #1 #982

Closed Svisstack closed 3 years ago

Svisstack commented 3 years ago

zeromq#978

codecov[bot] commented 3 years ago

Codecov Report

Merging #982 (cf0375f) into master (10b1d4b) will decrease coverage by 0.22%. The diff coverage is 0.00%.

:exclamation: Current head cf0375f differs from pull request most recent head 8f83c7a. Consider uploading reports for the commit 8f83c7a to get more accurate results

@@            Coverage Diff             @@
##           master     #982      +/-   ##
==========================================
- Coverage   65.92%   65.70%   -0.23%     
==========================================
Files         148      148              
Lines        9068     9071       +3     
Branches     1444     1445       +1     
==========================================
- Hits         5978     5960      -18     
- Misses       2484     2507      +23     
+ Partials      606      604       -2     
Impacted Files Coverage Δ
src/NetMQ/Msg.cs 70.68% <0.00%> (-1.25%) :arrow_down:
src/NetMQ/Core/Transports/StreamEngine.cs 60.11% <0.00%> (-3.41%) :arrow_down:
src/NetMQ/Core/Patterns/Req.cs 71.92% <0.00%> (-2.64%) :arrow_down:
src/NetMQ/Core/Pipe.cs 86.44% <0.00%> (-1.13%) :arrow_down:
src/NetMQ/NetMQConfig.cs 54.90% <0.00%> (+9.80%) :arrow_up: