-
### Environment
NetMQ Version:
Operating System:
.NET Version:
### Expected behaviour
### Actual behaviour
I am working on a pub/sub socket , if the publisher is …
-
Right now, the routes for Raft RPCS are planned to be publicly exposed, which is an obvious safety/security flaw. They should be locked down to only allow communication from other nodes in the cluster…
-
### Environment
NetMQ Version: 4.0.0.207
Operating System: Win10 1909
.NET Version: Core 3.0.1
I created a console application that connect to a server via SubscribeSocket, …
-
Is there some kind of API reference?
netmq.readthedocs.io is just prosa and examples.
The code contains lots of documenting comments, where is the autogenerated documentation from this?
-
### Environment
NetMQ Version: 4.0.0.1
Operating System: Windows
.NET Version: .NET7 & .NET461
### Expected behaviour
Only difference between working and not working inst…
-
As ZMQ depends on [C++ redistributable package](https://www.microsoft.com/en-gb/download/details.aspx?id=5555), one must install it on the server and worst: restart the server after installation.
I do…
-
### Environment
NetMQ Version: 4.0.1.6
Operating System: Windows 10
.NET Version: .NET 5
Is it possible to have async receive in ASP.NET without using the NetMQRuntime?
How…
-
![image](https://user-images.githubusercontent.com/8941351/54089769-d7f1fc80-436c-11e9-837d-45cd2ab83508.png)
my code is already minimalistic; only a RequestSocket and ResponseSocket.
I'm creating…
-
### 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 / d…
-
### Environment
NetMQ Version: 4.0.1.4
Operating System: Windows 10
.NET Version: .NET Core 3.1
I am trying to implement token-based pubsub just like in this tutorial: https://s…