Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] how to sleep

I need to publish every .1 seconds until another client publishes 'stop'

using python's time.sleep(.1) seems like it causes it to miss the 'stop' message?

--
Carl K

Back to the top