-
NetMQ, the ZMQ implementation for C# that we use in Unity, needs to be built on Linux.
-
### Environment
NetMQ Version: 4.0.1.6+e86706ffb913825b3bc0e1048...
Operating System: Win10
.NET Version: 4.7
### Expected behaviour
No exception
### Actual behaviour
…
-
Hello.
For me, the publisher throws an Unhandled Exception (HostUnreachableException), if the subscriber looses its connection, althogh I'm using the `TrySendXYZ` variants.
This probably only occurs…
-
## Environment
NetMQ Version: 4.0.1.13
Operating System: Windows 10 Pro x64
.NET Version: 4.7.2
## Explanation
I have tasks with a loop, where in this loop I use the function 'Net…
-
We have observed sporadic bursts of messages received during ZMQ transmission from Unity to Bonsai. This may be due to TCP socket configuration options such as [`TcpClient.NoDelay`](https://learn.micr…
-
Hi,
I'm learning NetMQ & Rx, and this is a perfect project for me, thanks!
When I do the first copy & paste, found that
```csharp
var publisher = new PublisherNetMQ("tcp://127.0.0.1:56001");
v…
-
Consider the following code:
var socket = new RequestSocket();
socket.Connect("tcp://localhost:32700")
On Linux this works fine with Mono
On Windows this works fine with .NET
But on …
-
Hello
I have a `NetMQPoller` thread, started by `RunAsync()`, polling on a `SubscriberSocket`, receiving messages.
On my Main Thread, I randomly call `subscriber.Subscribe(...)` on new topics
At …
wiz0u updated
4 years ago
-
If I use NetMQ (https://github.com/zeromq/netmq) to connect to a socket hosted by zmq4, the zmq4 host crashes with "zmq4: invalid greeting received" (https://github.com/go-zeromq/zmq4/blob/78ce94b7454…
-
### Environment
NetMQ Version: 4.0.1.8
Operating System: Windows Server 2019 (Version 1809 (OS Build 17763.2028))
.NET Version: netstandard2.0 library in use by net472 applicat…