Page 1 of 1

MQTT v5 AUTH (reauthentication)

Posted: Wed Dec 20, 2023 12:45 pm
by papadeltasierra
MQTT v5 supports reauthentication (updating a short-live authentication token say) without closing and reopening the MQTT connection (using an AUTH request). How does the ESP-IDF library do this as a I don't see any way to change the authentication for an active session.