OFFIS-DAI / mango

Modular Python-based agent framework to implement multi-agent systems
https://mango-agents.readthedocs.io/
MIT License
12 stars 2 forks source link

mqtt: fixup leftover function and adjust to paho-client v2 #95

Closed maurerle closed 1 month ago

maurerle commented 2 months ago

Seems like the reconnect is not part of a test for now? So I had to run into this missing adjustment of the on_connect method signature.

I also adjusted the module, though it currently is not used afaik?

rcschrg commented 1 month ago

Yes, this is true, connection loss handling has never been implemented. I will create an issue for this matter.