-
I've not tested this thoroughly just yet, but it seams that when using the InProc transport, the connecting socket's identity is ignored for Router sockets.
Both setting the identity before or after…
-
(This is a duplicate of [my post on StackOverflow](http://stackoverflow.com/questions/30615679/unexpected-behavior-of-push-pull-sockets-in-netmq-zeromq))
Hello! I am trying to use netmq (the port of …
-
The useful function CreateMonitorSocket will create a pair socket inside of it. But since the monitor doesn't own the pair socket, it is never disposed, and thus the context will hang on disposal.
E…
-
Hi,
I copied the Example of the PollIn method but the ZError doesn't seem to be populated it throws a real exception instead.
serverSocket is a Rep socket.
The output of the Exception is
EAGAIN(1…
-
A `TcpConnector` class and `TcpListener` class that implementation of `IProactorEvents`,when if a socket operation with asynchronous occur error,we should close and release this asynchronous socket by…
-
What do you think should be our nuget release process? Here are some of my ideas:
Idea #1
- Beta version - continues from the source and build (or minor?) part of the version is odd and revision is c…
-
Hi,
I've lately migrated to netmq from clrzmq. I discovered that netmq consumes high cpu usage when using `SubscribeSocket`.
I'm specifying the infinite receive timeout. It doesn't matter whether t…
-
Hi,
I got a **OutOfMemory** exception after running 2 weeks.
The version is 3.3.0.10 (this is last version, i think)
System is is window server 2008.
Pattern is PUB/SUB.
However, i cannot get more d…
-
Hello,
I'm trying to understand a difference I notice depending which socket is bound between one push and two pulls.
If push socket is bound, the example below seems fine to me: messages are ventil…
-
The project currently has three solution files. Each appears to be for a different version of Visual Studio, however the names don't match the actual versions.
- `NetMQ.sln` is version 11 (VS2010)
- `…