Closed lucasnz closed 5 days ago
Converting String to c_str was resulting in the pointer to the c_str becoming invalid.
This also appears to fix the bug and enable mqttClient to reconnect after change.
Resolves #56
Converting String to c_str was resulting in the pointer to the c_str becoming invalid.
This also appears to fix the bug and enable mqttClient to reconnect after change.