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
We are setting up permissions for all of our MQTT users and want to test out if the user can't really access certain queues without the correct permission. But when I used client.publish(topic, payload, {qos: 1}) it just tries to keep sending it.
When I changed it to {qos: 0}, it fired and forgot. I also tried wrapping it in a try-catch statement, but I'm not catching anything.
Please advise.
The text was updated successfully, but these errors were encountered:
We are also encountering this issue, it would be great if an error could be thrown when there are no permissions.
Our application just hangs when this happens.
We are setting up permissions for all of our MQTT users and want to test out if the user can't really access certain queues without the correct permission. But when I used
client.publish(topic, payload, {qos: 1})
it just tries to keep sending it.When I changed it to
{qos: 0}
, it fired and forgot. I also tried wrapping it in a try-catch statement, but I'm not catching anything.Please advise.
The text was updated successfully, but these errors were encountered: