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
Messages sent to the broker are considered _valid_ once they pass the [`authorizePublish`](./docs/Aedes.md#handler-authorizepublish-client-packet-callback) callback.
285
+
In other terms, if permissions for the given client are revoked after the call completes, the message is still considered valid.
286
+
In case you are sending time-sensitive messages, make sure to use QoS 0 or connect with a clean session.
287
+
284
288
## Support
285
289
286
290
If there are bugs/leaks in production scenarios, we encourage people to send Pull Request and/or reach out maintainers for some paid support.
Copy file name to clipboardExpand all lines: docs/Aedes.md
+1
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@
42
42
-`heartbeatInterval``<number>` an interval in millisconds at which server beats its health signal in `$SYS/<aedes.id>/heartbeat` topic. __Default__: `60000`
0 commit comments