On 8 January 2013 16:51, Claudio Carbone <[email protected]> wrote: > I see ZMQ examples were addresses such as > > ipc://home/address > > are used, but in my case they don't. > I can use addresses as > > ipc://home > > but no matter what I add after that, it stops working. > What does this depend on? >
This won't have any effect on the epgm problems you talk about later but the ipc examples use triple / not double, so ipc:///home/address, for it to be valid. Which is probably why it stopped working. _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
