Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Questio paho mqtt <-> mosquitto Python

Hello Pierre,

Am 20.06.17 um 11:34 schrieb Pierre Fersing:

>
> When calling publish it process the messages asynchronously, so you need
> to wait to the corresponding on_publish callback to be sure the message
> is delivered.

thanks for your hint.

Know i call
	client.loop_stop()
	client.loop_start()
after the publish-command and all is working fine.

Thanks a lot,

Michael


Back to the top