Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Is Publish() a blocking call?

All testing indicates Paho Python MQTT client does not block on the Publish() call. 
A loop pushing 500 messages then disconnecting will consistently Publish fewer than 500 messages into the queue. 

Is this expected?  And if so, how do we work around it besides a blind "Sleep" call?

-Jeff

Back to the top