This is the same across every zmq implementation. Disposing of a context will hang unless all sockets have been disposed off
On Thu, Oct 24, 2013 at 1:48 PM, Giacomo Tesio <[email protected]> wrote: > 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 > >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
