Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought committed Sep 2, 2019
1 parent accc279 commit 9be3209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -107,7 +107,7 @@ Options:
* `connectTimeout`: the max number of milliseconds to wait for the CONNECT
packet to arrive, defaults to `30000` milliseconds
* `id`: id used to identify this broker instance in `$SYS` messages,
defaults to `shortid()`
defaults to `uuidv5()`
* `preConnect`: function called when a valid CONNECT is received, see
[instance.preConnect()](#preConnect)
* `authenticate`: function used to authenticate clients, see
Expand Down Expand Up @@ -376,7 +376,7 @@ Events:
<a name="clientid"></a>
### client#id
The id of the client, as specified by the CONNECT packet.
The id of the client, as specified by the CONNECT packet, defaults to 'aedes_' + shortid()
-------------------------------------------------------
<a name="clientclean"></a>
Expand Down

0 comments on commit 9be3209

Please sign in to comment.