marsareacn
marsareacn
MQTTv5 supports automatic assignment of client_id by the server, meaning the client can set client_id = "" or nullptr. I have tested this with libraries like mosquitto and async_mqtt, and...
Yes, I just tested Mosquitto as well. When clean_start=false, the broker can still correctly assign a client_id. However, the latest EMQX version v5.8.5 does not allocate client IDs in this...
Thank you for your continued attention to the issues I've encountered. start_clean is a configurable item specified in the MQTTv5 standard. The current library hardcodes this variable as a constant...