zeromq / netmq

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

Implemented AsSpan on NetMQFrame #1069

Closed dxdjgl closed 1 year ago

dxdjgl commented 1 year ago

You are absolutely right, review comments has been fixed. However coverage seems to hanging, and unit test failure seems to be a timing dependent test which fails from time to time.

dxdjgl commented 1 year ago

@drewnoakes would you take another look at the code and let me know if other changes are needed.

drewnoakes commented 1 year ago

Available in https://github.com/zeromq/netmq/releases/tag/4.0.1.13

dxdjgl commented 1 year ago

Thanks Drew for your help