Skip to main content

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

Hi,

On Fri, Jul 27, 2018 at 06:15:28PM +0530, saurabh singh wrote:

> I am using paho with python,
> I am trying to use paho with asyncio

I'm using Paho MQTT with Python asyncio.  Note that Python asyncio
is single threaded, it's just implementing asynchronous co-routines,
so there is no need to be thread-safe (I think it not thread-safe,
but I'm not sure).

Hope this helps,

-- 
--    Jos Vos <jos@xxxxxx>
--    X/OS Experts in Open Systems BV   |   Office: +31 20 6938364
--    Amsterdam, The Netherlands        |   Mobile: +31 6 26216181


Back to the top