netmq
netmq copied to clipboard
A 100% native C# implementation of ZeroMQ for .NET
### Environment **NetMQ Version**: latest at 6 Aug (probably `4.0.0.0` as *.csproj says). Built from [sources](https://www.mediafire.com/file/y3eiwueq9fbv5cc/NetMQ_for_FW.7z/file) for .NET FW 4.8 **Operating System**: Win7 x64 SP1 **.NET Version**: Framework 4.8 Sample...
### Environment **NetMQ Version**: latest at 6 Aug (probably `4.0.0.0` as *.csproj says). Built from [sources](https://www.mediafire.com/file/y3eiwueq9fbv5cc/NetMQ_for_FW.7z/file) for .NET FW 4.8 **Operating System**: Win7 x64 SP1 **.NET Version**: Framework 4.8 ###...
I would like to ask whether NetMQ supports queue data persistence, because I heard that ZeroMQ does not support it. So in fact this greatly limits its usage scenarios. The...
Zero MQ has changed licensing from LGPL 3.0 to MPL 2.0 (source: http://wiki.zeromq.org/area:licensing) Will NetMQ package change its license as well?
We use https://app.readthedocs.org/projects/netmq/ to build the documentation site hosted at https://netmq.readthedocs.io/en/latest/ Several years ago It stopped updating in response to changes here on the site. We probably just need a...
Hello, While implementing the library it looks like the data in transit is not encrypted (TLS 1.3 or something like that); While trying to go through the documentation i was...
I'm using a router dealer socket pair. I use NetLimiter to limit upload and download speeds to 1kbit/s SendMultipartMessage eventually hangs infinitely. I've also tried TrySendMultipartMessage with a timeout and...
Hi, I’ve implemented a manual heartbeat (PublisherSocket to SubscriberSocket) set to every 10 seconds, and a keep-alive (RequestSocket to ResponseSocket) every 30 seconds(2 retries). The purpose is to detect connection...
I'm using ZeroMQ (NetMQ, latest version) in a Client (WinForms) / Service (WCF) setup. The current implementation has multiple thread loops for message handling and a heartbeat mechanism, but it's...
I tried to generate a nativeaot program and got an error when running it error message: `Unhandled exception. System.NotSupportedException: 'AsyncIO.Windows.AcceptExDelegate' is missing delegate marshalling data. This can happen for code...