No one? I'm wondering if I should move to clrzmq...

What about zmq_term hanging?


Giacomo


On Wed, Oct 23, 2013 at 11:38 PM, Giacomo Tesio <[email protected]> wrote:

> Hi list,
>
> I'm following my adventure with ZeroMQ/NetMQ and I've found a strange
> behaviour: when I Dispose/Terminate the NetMQContext the call doesn't
> return.
>
> This is the code of the method (from github):
>
>
> if (Interlocked.CompareExchange(ref m_isClosed, 1, 0) == 0)
> {
>      ZMQ.Term(m_ctx);
> }
>
>
> Is this a bug? What should I do to properly dispose the context?
>
>
> Giacomo
>
>
>
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to