empicano / aiomqtt

The idiomatic asyncio MQTT client, wrapped around paho-mqtt
https://aiomqtt.felixboehm.dev/
BSD 3-Clause "New" or "Revised" License
408 stars 73 forks source link

[Request] AnyIO compatibility #317

Open samskiter opened 2 months ago

samskiter commented 2 months ago

Could this use AnyIO instead of asyncio? It would make compatibility with Trio far easier...

JonathanPlasse commented 2 months ago