Felix Böhm
Felix Böhm
### Is your feature request related to a problem I wish to use pydantic's BaseModel with validators as depency injection. Classes as dependencies are handy because I can *fuse* multiple...
Hi there @frederikaalund @JonathanPlasse 😊 Frederik [drafted how reconnection could look like](https://github.com/sbtinstruments/aiomqtt/discussions/240#discussioncomment-6767115) a while ago already (thank you again, master of asyncio 🙏😄). I finally had some time to hack...
There seems to be a race condition in the [test_client_unsubscribe](https://github.com/sbtinstruments/asyncio-mqtt/blob/54429028b8603e96b47341fa327a24e0d42b26e9/tests/test_client.py#L153) test when it runs in the test matrix. This surfaced with the switch to poetry, maybe I messed up something...
This proposes a simpler way to filter messages and structure message handling. Unsorted points that I considered: - This lets us split message handling into multiple files via multiple routers...