[zeromq-dev] Heartbeating

2017-11-30 Thread Stephen Gray
I'm creating a test piece which demonstrates the functionality I'd ultimately like to build into my application. I'm trying to understand the built-in heartbeating options and have been fiddling around trying to get it set up. Trial and error isn't getting me very far! I have a few questions,

Re: [zeromq-dev] Call for testing for libzmq 4.2.3

2017-11-30 Thread Luca Boccassi
On Thu, 2017-11-30 at 19:12 +0100, Francesco wrote: > Hi Luca, > This is just to let you know that so far I've been testing libzmq > master in > a software that uses a lot of PUB/SUB and REQ/REP sockets and I did > not > find any issue at all. > > HTH, > Francesco Great, thanks! > 2017-11-24

Re: [zeromq-dev] Call for testing for libzmq 4.2.3

2017-11-30 Thread Francesco
Hi Luca, This is just to let you know that so far I've been testing libzmq master in a software that uses a lot of PUB/SUB and REQ/REP sockets and I did not find any issue at all. HTH, Francesco 2017-11-24 16:43 GMT+01:00 Francesco : > Hi Luca, > I investigated a

Re: [zeromq-dev] Problem with pub/sub in same thread in unit test

2017-11-30 Thread Justin Azoff
On Thu, Nov 30, 2017 at 9:53 AM, Brian Wagener wrote: > I am having some problems with a unit test getting hung. And the only thing > I can think of is if running the pub and sub in same thread is causing an > issue. The issue is on sub side zmq_msg_recv blocks forever

[zeromq-dev] Problem with pub/sub in same thread in unit test

2017-11-30 Thread Brian Wagener
I am having some problems with a unit test getting hung. And the only thing I can think of is if running the pub and sub in same thread is causing an issue. The issue is on sub side zmq_msg_recv blocks forever even though data is written to by pub. If i use with DONTWAIT then I get EAGAIN

Re: [zeromq-dev] Call for testing for libzmq 4.2.3

2017-11-30 Thread Luca Boccassi
On Thu, 2017-11-30 at 15:10 +0100, Harald Achitz wrote: > If this info helps, build and test today's master on RHEL7 with > devtoolset > 7, with and without ENABLE_DRAFTS. > all test passed. > > Harald > > send from my fairphone Thanks! > On Nov 26, 2017 12:55, "Luca Boccassi"

Re: [zeromq-dev] Call for testing for libzmq 4.2.3

2017-11-30 Thread Harald Achitz
If this info helps, build and test today's master on RHEL7 with devtoolset 7, with and without ENABLE_DRAFTS. all test passed. Harald send from my fairphone On Nov 26, 2017 12:55, "Luca Boccassi" wrote: > Thanks, and good point - that change should be in the NEWS,