Hello, I'm porting libzmq to VxWorks and the test_pair_tcp.cpp test hangs inside the bounce() function call, specifically the first zmq_recv() call. I've traced this to zmq_recv() => s_recvmsg() => s_->recv() => process_commands() => mailbox->recv() => signaler.wait() => select(). It seems xrecv() fails and it goes into a blocking wait.
What would be some reasons that this would hang? Thank you, Manuel
_______________________________________________ zeromq-dev mailing list [email protected] https://lists.zeromq.org/mailman/listinfo/zeromq-dev
