Open amandel opened 4 years ago
In bool MQTTClient::begin(String uri, LwtOptions lwt, int keepalive, bool clean_session) the puri->path is added to the existing _path, this leads to paths that start with at // eg //mqtt.
bool MQTTClient::begin(String uri, LwtOptions lwt, int keepalive, bool clean_session)
puri->path
_path
//
//mqtt
In
bool MQTTClient::begin(String uri, LwtOptions lwt, int keepalive, bool clean_session)
thepuri->path
is added to the existing_path
, this leads to paths that start with at//
eg//mqtt
.