When the connection to the broker fails, rumqtt logs:
ERROR 2019-04-29T13:16:50Z: rumqtt::client::connection: Connection error = Error(Inner(MqttConnectionRefused(5)))
In this case, I would have liked to see "not authorised" or something like that in the logs. Maybe it's the signification of the 5 I see, but would it be possible to make it clearer ?
When the connection to the broker fails, rumqtt logs:
In this case, I would have liked to see "not authorised" or something like that in the logs. Maybe it's the signification of the
5I see, but would it be possible to make it clearer ?