clrzmq icon indicating copy to clipboard operation
clrzmq copied to clipboard

CLR (.NET & Mono) binding for 0MQ

Results 51 clrzmq issues
Sort by recently updated
recently updated
newest added

Has anyone experienced the exception below? My .NET 4.5 application is using the PUB/SUB pattern, and the exception below is thrown from time to time in the receive loop of...

I would like to say i enjo using your LIB,. How would i go about handling multiple clients?

My .Net app (4.7) crashes really hard under certain conditions. I attach to it using VS2017 debugger and the app runs for a while then: BOOM! Exception thrown at 0x00000000743FBF7C...

I have met at least three times, when the program is running a few days later, the client program or Server program using (ZmqContext) = ZmqContext.Create (context) will be stuck,...

Though It was available for WindowsPhoneApp8.1. I used it, it would compile fine but would fail at runtime. But when I try to install it on UWP app ``` Severity...

Hello World, I've made a fork of this library I want to share: https://github.com/metadings/clrzmq4 The library is built for 4.x, however the downwards compatability to 3.x is not currently not...

I'm new to Ubuntu I got this error [ERROR] Async loop died! org.zeromq.ZMQException: Address already in use(0x62) at org.zeromq.ZMQ$Socket.bind(Native Method) at zilch.mq$bind.invoke(mq.clj:69) at backtype.storm.messaging.zmq.ZMQContext.bind(zmq.clj:57)at backtype.storm.messaging.loader$launch_receive_thread_BANG_$fn__1629.invoke(loader.clj:26) at backtype.storm.util$async_loop$fn__465.invoke(util.clj:375) at clojure.lang.AFn.run(AFn.java:24) at...

I've encountered a strange problem with running my application on a shared network drive where the application makes use of `clrzmq`. ### Context clrzmq pre-release 3.0.0-rc1 -- from NuGet. libzmq...

Hi, If we're not careful to dispose the ZmqSockets created and the ZmqContext goes out of scope, the finalizer thread is stuck forever. The documentation says that we're supposed to...

the try catch does not work when Connect to the serverPoint: 0.0.0.0:9000. Since this is not a valid address, I imagine it can be caught by the ZMQ.Exception error. However,...