Re: MQTT Subscriber gets disconnected frequently when there are large number of MQTT clients connected

2017-10-31 Thread Tim Bain
OK. Those log lines indicate that the far side of the connection (the client) closed the connection when the near end (the broker) wasn't expecting it. The root cause may be something on the broker's side (for example, the broker got so busy that it stopped responding to the client, who reacted by

Re: MQTT Subscriber gets disconnected frequently when there are large number of MQTT clients connected

2017-10-29 Thread Shobhana
Hi Tim, The log content quoted in my post was from broker log. I'll try to reproduce this in a test environment. Meanwhile if you could think of any common (generic) reasons why broker may becomes unresponsive, please share. Thanks, Shobhana -- Sent from:

Re: MQTT Subscriber gets disconnected frequently when there are large number of MQTT clients connected

2017-10-27 Thread Tim Bain
Is there anything in the broker's logs when this happens? I believe the log content you quoted was from the client, not the broker, and I wasn't sure if what you wrote meant that there was nothing in the broker's logs, so I want to make sure. Can you reproduce the problem in a non-production