Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Offline Buffering

Hi Ian,

> As the Paho Python client implements automatic reconnect and I believe
> "offline buffering", it would be a good to take a look at the approach Roger
> has taken there, and see whether that answers any of your questions.

Paho Python just queues up messages from publish() for delivery when
offline but doesn't persist to disk.

>  If we allow publishing before connect, we won't know the state of the clean session flag
> because that is in the connect options.

Personally I'm not sure that publish before connect makes much sense.

Cheers,

Roger


Back to the top