Skip to main content

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

Hello,
I want to use asyncio's loop instead of loop of paho for scaling.
Is hbmqtt suitable.
Thank you

On Fri, Jul 27, 2018, 8:02 PM Jos Vos <jos@xxxxxx> wrote:
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
_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev

Back to the top