-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MQTT Connection with Username an Password not working #14
Comments
Fixed #14 MQTT Connection with Username an Password not working |
Sorry, closed by mistake, still testing |
I've been doing some more tests and it works pretty well with mqttClound but I'm running into reliability issues when using my local mosquitto. I run the AsyncMqttClient example code without problems but when I use the same code in my firmware it disconnects very often from the broker. It's the same with or without authentication. And it does not happen when using mqttCloud. |
Commit adb290e above does just that. I have not worked on it further but I'm not sure it's related to authentication.... |
Probably reduced to issue #35 right now. |
Username and password connection has been working fine for the last few days. MQTT connection drop are very infrequent after 1.4.3 |
Fixing use after free bug that leads to corrupted auth credentials Approved-by: Xose Pérez
Originally reported by: PfisterD (Bitbucket: PfisterD, GitHub: PfisterD)
Connection with Username an Password not working.
I tested with CloudMqtt.com and dioty.co.
The text was updated successfully, but these errors were encountered: