Closed Renz2018 closed 5 months ago
I usually use a single MQTT client for everything. If I want to e.g. publish in different places in the code, I reuse this single connection again and again. One might achieve better performance by using multiple connections, I honestly have never tried it, so I don't have any advice on this.
Hope that helps 🙂
If necessary, should it be supported by aiomqtt or paho?