You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
See #99. When a vhost doesn't exit, e.g. because a colon is unknowingly used in a username, MQTT connections should be closed immediately in a more reasonable way (of course, ideally we would want to issue an authentication failure notification or similar but client error notification in MQTT is still in the stone age).
The text was updated successfully, but these errors were encountered:
Return CONNACK 4 code when the virtual host doesn't exist.
The MQTT description for this return code states "The data in
the user name or password is malformed", which not exactly
accurate but better than a pending or abruptly closed connection.
The server logs also a more meaningful message.
Fixes#100
See #99. When a vhost doesn't exit, e.g. because a colon is unknowingly used in a username, MQTT connections should be closed immediately in a more reasonable way (of course, ideally we would want to issue an authentication failure notification or similar but client error notification in MQTT is still in the stone age).
The text was updated successfully, but these errors were encountered: