As part of a larger program i ran into a "Resource temporarily unavailable" 
error when trying to send a message via a pub socket.

The program listens on multiple ipc transports to another process via SUB 
(works well). i then do something to the data (removed from the example) 
and then send it out again on a pub socket.

This happens if i run it in a separate thread and even occurs after moving 
it to the main thread. I can't see anything obviously wrong with the code.

Full code listing here

http://paste.ubuntu.com/5984515/

Many Thanks
GS
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to