netmq icon indicating copy to clipboard operation
netmq copied to clipboard

A 100% native C# implementation of ZeroMQ for .NET

Results 145 netmq issues
Sort by recently updated
recently updated
newest added

This is to take advantage of https://github.com/zeromq/netmq/pull/1055

### Environment NetMQ Version: 3.3.0.11 -> 3.3.3.4 Operating System: win10 .NET Version: - libzmq(centos 7.6): 4.0.3 -> 4.3.4 ### Expected behaviour for upgrade libs: NetMQ Version: 3.3.0.11 -> 3.3.3.4 libzmq:...

### Environment NetMQ Version: 4.0.1.10 Operating System: macOS 12.6 .NET Version: Unity 2022.1.21f1 ### Expected behaviour I would expect the program not to block forever. ### Actual behaviour The program...

### Environment NetMQ Version: 4.0.1.10 Operating System: Win10 x64 .NET Version: net6.0-windows10.0.20348.0 ### Expected behaviour Beacon should be received every second ### Actual behaviour When running slightly trimmed beacon demo...

I have problem in k8s I think that problem is TCP BlockHole. if I can set ConnectTime like ZMQ_Connect_TimeOut I have wondering how do i use. I can't find that...

### Environment NetMQ Version: 4.0.1.10 Operating System: Ubuntu 20.04.5 LTS/Windows 10 19045 .NET Version: net6.0 ### Expected behaviour No memory leak on repeated connect/disconnect calls. ### Actual behaviour Library is...

### Environment NetMQ Version: 4.0.1.10 Operating System: Win11H2 .NET Version: 6.0 ### Expected behaviour The test case below has a pub socket, a sub socket, a poller, and a queue...

### Environment NetMQ Version: 4.0.1.8 Operating System: Microsoft Windows 10 Pro .NET Version: net 6.0 Is there no problem if we change the maximum number of sockets? Why did NetMQ...

### Environment NetMQ Version: 4.0.0.1 Operating System: Linux 5.4.129-5.4.0-devel+git.cb88cc157bfb .NET Version: Mono JIT compiler version 6.10.0.104, net461 ### Expected behaviour Open a SubscriberSocket and receive message ### Actual behaviour Unhandled...

Remove Debug.Assert(ok);, just return value of m_commandPipe.TryRead. I'm not certain if caller of Mailbox.TryRead may check if command.Destination to be not zero when processing the command, i.e., reading a command...