Re: [zeromq-dev] Publishers stops sending data after sometime. Subscriber is required to fix publisher

2018-01-28 Thread Tobias Elbert
MQ_SUBSCRIBE : Allow all messages > > (2) ZMQ_RCVTIMEO :1000 ms > (3) ZMQ_LINGER :1 > (4) ZMQ_CONFLATE :1 > (5) ZMQ_TCP_KEEPALIVE :1 > - > Thanks > Ravi > > > On Saturday, 27 January 2018 10:05 PM, Tobias Elbert otmail.com> wrote: > > > > Hi Ravi, >

Re: [zeromq-dev] Publishers stops sending data after sometime. Subscriber is required to fix publisher

2018-01-27 Thread Tobias Elbert
Hi Ravi, I recall having had this problem a while ago, too, in another project. I was using C# clrzmq3 bindings on either side. I never solved it directly but from memory I recall sending down heartbeats and once a subscriber hadn't received a heartbeat message for X seconds, I restarted it.

Re: [zeromq-dev] Polling issue. Socket blocking on SendMessage

2016-08-06 Thread Tobias Elbert
Q Api<http://api.zeromq.org/2-1:zmq-send> api.zeromq.org Description. The zmq_send() function shall queue the message referenced by the msg argument to be sent to the socket referenced by the socket argument. [2]: http://api.zeromq.org/2-1:zmq-socket#toc6 On 03.08.2016 18:44, Tobias E

Re: [zeromq-dev] Polling issue. Socket blocking on SendMessage

2016-08-03 Thread Tobias Elbert
ather than enqueue on its internal message queue? Thanks Tobias From: zeromq-dev on behalf of Tobias Elbert Sent: Wednesday, August 3, 2016 5:18 PM To: zeromq-dev@lists.zeromq.org Subject: [zeromq-dev] Polling issue. Socket blocking on SendMessage Hi all, I

[zeromq-dev] Polling issue. Socket blocking on SendMessage

2016-08-03 Thread Tobias Elbert
Hi all, I am having an issue with a setup similar to the sample in the Pastebin link provided below. Basically I let the poller block for 2 seconds and every 6 seconds send out a heartbeat from within the polling loop. My understanding is that while I’m in the polling loop that it is safe to d

[zeromq-dev] C# Binding ZMQ 3.2.5: Subscriber stops receiving after random time intervals

2015-03-25 Thread Tobias Elbert
Hi, I have been going through past emails and nothing seems to match my problem exactly. I am using ZeroMQ3.2.5 and C# binding. I have a pretty simple setup with a single publisher and multiple subscribers. The publisher publishes in regular 5 minute intervals some rather small messages (<100byt