Skip to content

Commit

Permalink
Bumped v0.35.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Aug 28, 2018
1 parent 9e2887a commit 1f253e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions lib/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ function Client (broker, conn) {
this.subscriptions = {}
this.id = null

// we use two variables for the will
// because we store in _will while
// we are authenticating
this.will = null
this._will = null

conn.client = this

this.parser.client = this
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aedes",
"version": "0.35.2",
"version": "0.35.3",
"description": "Stream-based MQTT broker",
"main": "aedes.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 1f253e6

Please sign in to comment.