clrzmq
clrzmq copied to clipboard
CLR (.NET & Mono) binding for 0MQ
It's already available, as far as I know portable like into .NET CF even, and you don't need to reinvent the wheel. Can expose it and use it to do...
I tried a basic pub sub model in clrzmq3.0 program which tries to publish 512 B of data to the subscriber. The similar program when tried on older versions managed...
We have found a problem running clrzmq 3.0.0.0 on .net 4.0 runtime. When making .Net calls inside of the ZmqSocket ReceiveReady event, we get the stack trace shown below. This...
My program does server discovery using using pub/sub over epgm. On the client/subscriber side I get an assertion and a crash when it is installed on a machine with Kaspersky...
Clientcomputer: Windows XP Servicepack 3 x86, .NET 4.0 C++ Redistributablepackages 2010 x86 Programm compiled with Visual Studio 2012 ,Net 4 Tried plattforms x86 and Any CPU via nuget: clrzmq 3.0.0.-rc1...
Hi, I have knocked up a simple program (http://sdrv.ms/12vkVxG) using the latest Nuget package (pre-release) and am having issues (only in WinXP not Win7) when the CreateSocket method is called...
I have seen today in 0mq the service discovery was implemented. Unfortunately is not supported through .net api any plans on making it available ?
I downloaded clrzmq-3.2.1 (including the clrzmq.dll, libzmq-version.txt, license, and readme) and i can reference it in my .Net application and run that application perfectly fine on Windows 7. After building...
ZmqSocket.Bind(...) (in /src/ZeroMQ/ZmqSocket.cs) validates the return value but swallows it and returns null. In this case, the zmq API returns the actual bound port as the result (when successful) and...
Some methods that used to return `null` in v2.x now return non-null values (as discovered in #89). These should be reviewed and revised, if necessary.