Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Old Messages being replayed on QOS 2

Also I have reconnected with cleanSession=True to remove the original subscriptions to no avail.

face_with_text_black

Easier parenting. Healthier kids

+1 415 690 6370 | adam@xxxxxxxxxxxxx

Follow us on angel list https://angel.co/koalasafe


On Wed, Jan 6, 2016 at 9:48 AM, Adam Mills <adam@xxxxxxxxxxxxx> wrote:

I am using Mosquito 1.4.1 broker (CloudMqtt)

We are seeing old messages (weeks old) being replayed when a temporarily disconnected client reconnects.
I have attached the logs


It looks as if the issue is that our shutdown message shutsdown the server before the shutdown message has its PUBCOMP sent.
When the client starts again it receives a number of messages before that shutdown message.

Is this a bug? How can we ensure the shutdown message is processed before terminating? (Using paho-mqtt python)

Thanks
Adam





Back to the top