Skip to content

Commit 8542d4c

Browse files
committed
Fix genWillData missing properties
1 parent c25b8cf commit 8542d4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Handler/AbstractHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ public function genWillData(): array
190190
'message' => $this->getWillMessage(),
191191
'qos' => $this->getWillQos(),
192192
'retain' => $this->getWillRetain(),
193+
'properties' => $this->getProperties('will'),
193194
];
194195
}
195196

0 commit comments

Comments
 (0)