Florian Ludwig

Results 82 comments of Florian Ludwig

Hi @lianggan13 - which version of amqtt are you using? I am unable to reproduce the error.

@lianggan, i am sorry, I didn't pay enough attention to my notifications and thought this is `amqtt` :facepalm: hbmqtt is not mainted anymore, i will follow up on your other...

This is fixed in `amqtt`: https://github.com/Yakifo/amqtt/blob/v0.10.x/amqtt/broker.py#L46 The `0.10.x` releases are a drop in replacement for hbmqtt. Let me know if it works for you :)

Hi @volkerjaenisch Please also see: * https://github.com/python-poetry/poetry/issues/3649 - a fix in the work from poetry's side * https://github.com/Yakifo/amqtt - our fork of HBMQTT, aMQTT. HBMQTT is now longer actively maintained....

@volkerjaenisch if you try aMQTT, let us know how it works out for you :)

@pavandv hey, i continued the branch there: https://github.com/Yakifo/aio-hbmqtt/pull/18 it does not contain changes compared to this branch for the actual code, just tests.

This project is End of life, see: https://github.com/beerfactory/hbmqtt/issues/235

This library is meant to be used with asyncio and is not thread safe. So this is expected. It is generally not a good idea to mix threading and asyncio....

Hi @jacoposartini, @ntoonio, @romancardenas hbmqtt has been deprecated by it's author. We created a fork here: https://github.com/Yakifo/amqtt I like this change and would like to include it in our fork....

Hi @nfsnfs hbmqtt has been deprecated by it's author. We created a fork here: https://github.com/Yakifo/amqtt I like this change and would like to include it in our fork. Would you...