Hello, again!

test_shutdown_stress proves stressing under Windows, too:

The send call at mailbox.cpp:76 might return SOCKET_ERROR with 
GetLastError() == WSAEWOULDBLOCK. The wsa_assert macro ignores this 
special case and allows program execution as if nothing had happened. 
Eventually it's the following zmq_assert which aborts the program.

Is there any reasonable way to appropriately handle this condition?

Christian
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to