Skip to content

Commit

Permalink
docs: corrected typing error on publish event (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallo Mauro authored May 14, 2021
1 parent 7dfbbd3 commit 2f3e4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Aedes.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Emitted when timeout happes in the `client` keepalive.
- `packet` `<aedes-packet>` & [`PUBLISH`][PUBLISH]
- `client` [`<Client>`](./Client.md) | `null`

Emitted when servers delivers the `packet` to subscribed `client`. If there are no clients subscribed to the `packet` topic, server still publish the `packet` and emit thie event. `client` is `null` when `packet` is an internal message like aedes heartbeat message and LWT.
Emitted when servers delivers the `packet` to subscribed `client`. If there are no clients subscribed to the `packet` topic, server still publish the `packet` and emit the event. `client` is `null` when `packet` is an internal message like aedes heartbeat message and LWT.

> _Note! `packet` belongs `aedes-packet` type. Some properties belongs to aedes internal, any changes on them will break aedes internal flow._
Expand Down

0 comments on commit 2f3e4fa

Please sign in to comment.