On 11/21/2011 06:45 PM, Vitaly Vengrov wrote: > Any idea why do I get this assertion ? "Assertion failed: (s), function > get_socket, file Socket.cpp, line 543."
I am not jzmq expert but this looks like an operation is attempted on closed socket. jzmq should of course raise an exception is such case rather than asserting. Small test case to reproduce the problem would help a lot. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
