-
### Environment
NetMQ Version: 4.0.1.4
Operating System: window 10
.NET Version: .NET core 3.1
### Behaviour
I am using a RouterSocket for tcp server.
When process wit…
-
I have written a pair of simple Request / Response to try load testing the performance of JEROMQ. Tried compiling them with JDK 1.8 on 64bit Windows 7.
If I just start the server, and launch a clien…
-
Hi again Colin,
Thanks for your help on the remote agents, I got that working with Message.reply.
I have found what seems to be a bug in Socket.fs. As I'm a bit of a noob, I'm having fun following t…
-
### Environment
NetMQ Version: latest master branch (debug)
Operating System: Win10
.NET Version: all
### Expected behaviour
Unit tests run and pass
### Actual behavio…
-
### Environment
NetMQ Version: 4.0.1.8
Operating System: Windows
.NET Version: dotnet 6
### Expected behaviour
Not killing the process :D
### Actual behaviour
When th…
-
I've been a hobbyist programmer working on my own projects for a long time ([my resume](https://docs.google.com/document/d/1D6roVeWFWkwtSfSRr5ac3utd-qSvTtTgBMIbaQ0ZoTo/edit)) and want to go pro, but a…
-
Writing C# modules unlocks a lot of functionality in Renode, however it's very difficult to debug these modules.
For example, in this module:
```cs
using System;
using Antmicro.Renode.Core;
u…
-
Can someone give me a hint on how to set
Broker / Worker Timeouts to get a stable Broker-Worker Connection on the
Majordomo Implementation?
I use 10 Seconds Heartbeats for Broker and Worker, both…
-
Thanks as always for creating OpenFace.
I see in your [package folder](https://github.com/TadasBaltrusaitis/OpenFace/tree/master/packages) that you've added ZeroMQ dependencies 5 months ago. My que…
-
### Environment
NetMQ Version: 4.0.0.2
Operating System: Win 10
.NET Version: Standard 2.0 / Core
### Expected behaviour
````
poller.Remove(socket);
socket.Dispose();
…