[zeromq-dev] Asymmetrical PUB-SUB problem

2012-07-07 Thread Mark Sutheran
I'm having a strange asymmetrical problem with tcp PUB/SUB between two boxes - it appears to fail one way. Details:  * zeromq version: 3.2, using the Java wrapper. * Scenario has two machines A (Ubuntu, x64) and B (Angstrom, arm8) * Both connected directly via wireless interface (B is acting

Re: [zeromq-dev] Asymmetrical PUB-SUB problem

2012-07-07 Thread Joshua Foster
Try binding to * on box b when publishing. Joshua Mark Sutheran July 7, 2012 9:42 AM I'm having a strangeasymmetricalproblem with tcp PUB/SUB between two boxes - it appears to fail one way.Details:* zeromq version: 3.2, using the Java wrapper.* Scenario has two

Re: [zeromq-dev] Asymmetrical PUB-SUB problem

2012-07-07 Thread Mark Sutheran
: [zeromq-dev] Asymmetrical PUB-SUB problem Try binding to * on box b when publishing. Joshua Mark Sutheran July 7, 2012 9:42 AM I'm having a strangeasymmetricalproblem with tcp PUB/SUB between two boxes - it appears to fail one way.Details:* zeromq version: 3.2, using

Re: [zeromq-dev] Asymmetrical PUB-SUB problem

2012-07-07 Thread Mark Sutheran
To: ZeroMQ development list zeromq-dev@lists.zeromq.org Sent: Saturday, 7 July 2012, 22:36 Subject: Re: [zeromq-dev] Asymmetrical PUB-SUB problem Thanks for the suggestion Joshua. Unfortunately this doesn't fix the problem.(I restricted the publisher to the one interface in order to avoid any