Jun Ichikawa
Results
1
comments of
Jun Ichikawa
It looks like asyncio-mqtt use paho-mqtt for mqtt client. paho-mqtt client latest version is 2.1.0 but they removed message_retry_set at version 2.0.0. https://github.com/eclipse/paho.mqtt.python/releases/tag/v2.0.0 So specify paho-mqtt version in `src/ocpp-gateway-container/requirements.txt` fixed...