We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I setup some ACL which denies publishing.
Then I call publish method and there is no error in callback after publishing. Mosquitto logs:
1640004431: New client connected from 172.25.0.1:43498 as mqttjs_74b1d1ba (p2, c1, k60, u'core-plugin'). 1640004431: No will message specified. 1640004431: Sending CONNACK to mqttjs_74b1d1ba (0, 0) 1640004432: Denied PUBLISH from mqttjs_74b1d1ba (d0, q0, r0, m0, 'iot/restricted', ... (9 bytes)) 1640004432: Received DISCONNECT from mqttjs_74b1d1ba 1640004432: Client mqttjs_74b1d1ba disconnected.
It seems there is no ACL errors handling at all
The text was updated successfully, but these errors were encountered:
do you think this is related to #1372?
Sorry, something went wrong.
@YoDaMa This seems unrelated.
@zim32 Just to clarify, is the issue that the callback never gets called or that the callback gets called without an error?
closing due to inactivity.
No branches or pull requests
I setup some ACL which denies publishing.
Then I call publish method and there is no error in callback after publishing.
Mosquitto logs:
1640004431: New client connected from 172.25.0.1:43498 as mqttjs_74b1d1ba (p2, c1, k60, u'core-plugin').
1640004431: No will message specified.
1640004431: Sending CONNACK to mqttjs_74b1d1ba (0, 0)
1640004432: Denied PUBLISH from mqttjs_74b1d1ba (d0, q0, r0, m0, 'iot/restricted', ... (9 bytes))
1640004432: Received DISCONNECT from mqttjs_74b1d1ba
1640004432: Client mqttjs_74b1d1ba disconnected.
It seems there is no ACL errors handling at all
The text was updated successfully, but these errors were encountered: