Skip to content

Commit

Permalink
Small language clarification for non-english
Browse files Browse the repository at this point in the history
  • Loading branch information
mochi-co committed Jul 8, 2023
1 parent 990f308 commit 9c52292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ The function signatures for all the hooks and `mqtt.Hook` interface can be found
| OnACLCheck | Called when a user attempts to publish or subscribe to a topic filter. As above. |
| OnSysInfoTick | Called when the $SYS topic values are published out. |
| OnConnect | Called when a new client connects, may return an error or packet code to halt the client connection process. |
| OnSessionEstablish | Called right after a new client connects and authenticates and right before the session is established and CONNACK is sent.
| OnSessionEstablish | Called immediately after a new client connects and authenticates and immediately before the session is established and CONNACK is sent.
| OnSessionEstablished | Called when a new client successfully establishes a session (after OnConnect) |
| OnDisconnect | Called when a client is disconnected for any reason. |
| OnAuthPacket | Called when an auth packet is received. It is intended to allow developers to create their own mqtt v5 Auth Packet handling mechanisms. Allows packet modification. |
Expand Down

0 comments on commit 9c52292

Please sign in to comment.