On Mon, Feb 28, 2011 at 12:12 PM, Ilja Golshtein <[email protected]> wrote:
> I faced with assertion in the code... > At first glance it may be triggered by client termination. > Any further ideas? First thing, check whether you're using the same socket from two threads, e.g. reading/writing in one thread, closing in another thread. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
