Hello ! I managed to replicate the problem I've been having in this code example.
http://pastebin.com/5Lsy47Cj The top program is a req/rep server that fields multipart messages with multiple threads and relays them to a sub socket in the main thread via inproc pipes. There is then a custom forward loop at the end of main to forward the messages to the main pub skt. The second program is a client app to send the messages to the server program. The problem is occurring when it fails to publish the messages to the subskt. Anyone have any ideas ? thanks. to compile: gcc -otestpub testpub.c -lzmq DGS. _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
