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

### Environment NetMQ Version: Operating System: .NET Version: ### Expected behaviour ZMQ_ROUTER_NOTIFY this? ### Actual behaviour ### Steps to reproduce the behaviour

Maybe You will be interested in hosting API Explorer online: https://dndocs.com/d/netmq/api/NetMQ.html This is ready-to-go, so above link can be added to README for other people to see it. Or using...

The socket option ZMQ_XPUB_NODROP (69) is supposed to toggle the behavior of the socket when SENDHWM is reached. If 0/false (the default), messages are silently dropped. If 1/true, sending a...

…opcode injection technique for reading the time stamp counter. Fixes #1071

As seen in the project file: ![image](https://github.com/zeromq/netmq/assets/2418812/b4f972e6-fd97-4bd3-b9d8-adec7b3f2832)

### Environment NetMQ Version: 4.0.1.11 Operating System: Windows 10/11, Windows Server 2016 .NET Version: 6 ### Expected behaviour PGM received normally over internet. ### Actual behaviour LAN received normally, WAN...

The default value of netmq heartBeatInterval is -1, what does it mean? Does that mean time is infinite?

### Environment NetMQ Version: v4.0.1.12 Operating System: windows .NET Version: 6.0 ### problem As I am using netmq in my current project, the current NetMQMonitorSocketEventArgs throws a socketException. Can you...

### Environment NetMQ Version: 4.0.1.12 Operating System: ArcoLinux (Linux kernel 6.3.2) .NET Version: 7.0.103 ### Feature request This library currently does support IPC, however, it is implemented over TCP with...

I have a question about the phenomenon that occurred in the combination of Dealer -> Router. If a Dealer is created without a Router being created, there is no connection...