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
