netmq
netmq copied to clipboard
A 100% native C# implementation of ZeroMQ for .NET
### Environment NetMQ Version: 4.0.1.13 with [PR 1087](https://github.com/zeromq/netmq/pull/1087) debug mode Operating System: Alpine Linux .NET Version: standard 2.0 ### Expected behaviour Mailbox.TryRead should not throw when returning a command for...
### Environment NetMQ Version: 4.0.1.13 Operating System: Windows 10 .NET Version: 8 ### Expected behaviour In ZeroMQ, stream sockets send an empty message for peer connect / disconnect: > When...
On some circumstances Msg class throws NetMQ.FaultException in Mechanism.Encode method. The details are in https://github.com/zeromq/netmq/issues/1094 closes #1094
related #1054 ### Environment NetMQ Version: 4.0.1.13 Operating System: Windows Server 2019 Standard 64bit .NET Version: .NET 6 We are using a component that creates a DealerSocket and using that...
### Environment NetMQ Version: 4.0.1.13 Operating System: Windows 10 .NET Version: Framework 4.8 ### Expected behaviour Publisher socket will only send one, multi-frame message when using either SendMoreFrame or SendMultipartMessage...
### Environment NetMQ Version: 4.0.1.13 Operating System: Windows 10 x64 .NET Version: 4.7.2 ### Explanation My netmq client is receiving half data from the server. This happens around 0.1 %...
## Environment NetMQ Version: 4.0.1.13 Operating System: Windows 10 Pro x64 .NET Version: 4.7.2 ## Explanation I have tasks with a loop, where in this loop I use the function...
Hi. Is there a way to find out the identity of the client at the time of disconnection? ### Environment NetMQ Version: 4.0.1.13 When I use this code, I see...
NetMQ Version: last version Operating System: win 2019 .NET Version: net 6 I'm using NetMQ to build an application based on the Pub/Sub design pattern. When I run the publisher...
### Environment NetMQ Version: 4.0.1.12 Operating System: Windows 11 .NET Version: 6 ### Expected behaviour I expect the TCP sockets to be released when disposing a Subscriber socket. ### Actual...