Felix Böhm

Results 20 comments of Felix Böhm

Same for me on MacOS 11.4 and OpenHaystack 0.3.7, directly shows the error message for ESP32s

I think we can close this. In `0.14.0` we dropped Python 3.6 support, and the `try/except` of this PR was removed. If there's anything left unclear, simply open a new...

I'll close this off, as this is covered in the documentation now.

As there have been no more responses, I'm closing this off. If there's anything left unclear, just reopen 😉

Hi Arseny, Thank you for the reproducible example 👍 The code does not correctly initialize the client object. Specifically, you need to call `__aenter__` already inside the startup event. Tom...

Hi Dylan, Maybe the documentation on [sharing the connection](https://sbtinstruments.github.io/aiomqtt/connecting-to-the-broker.html#sharing-the-connection) might help you? From what you wrote I don't believe your problem has the same root cause as this issue. We...

That's a fun one 😄 I simlified your example down to this, which still gives the same error, and still let's us switch the `TaskGroup` line with the `async with...

Hi there Stefan, I'll respond to your question of handling incoming messages concurrently. We can also happily discuss how to make aiomqtt more elegant if you have specific ideas! The...

We had `aiomqtt.filtered_messages` before (in fact, this is still in the code, but deprecated now). This turned out to be more complex and less understandable than it should be. Simple...

Hi Stefan, I should have commented something before closing, sorry about that. I'm currently weeding out issues to get an overview of what to work on. Do you have specific...