Re: [zeromq-dev] Connect before bind on inproc socket

2017-12-01 Thread Luca Boccassi
On Fri, 2017-12-01 at 18:08 +0200, Mykola Ostrovskyy via zeromq-dev wrote: > Hello, > > I have a couple of threads that communicate via inproc:// PUSH/PULL > sockets. The communication pattern does not map well to the order of > thread > creation, and out of convenience I have producer thread conn

[zeromq-dev] Connect before bind on inproc socket

2017-12-01 Thread Mykola Ostrovskyy via zeromq-dev
Hello, I have a couple of threads that communicate via inproc:// PUSH/PULL sockets. The communication pattern does not map well to the order of thread creation, and out of convenience I have producer thread connecting to its PUSH socket before consumer thread has bound the PULL socket. There is a