Skip to content

Fix: TypeError thrown when creating MQTTClient without $clientId argument

Compare
Choose a tag to compare
@Namoshek Namoshek released this 14 Feb 18:12
· 15 commits to 0.1 since this release
2c00807

In this release, an issue with declare(strict_types=1) has been fixed. Constructing a new MQTTClient instance without the $clientId argument caused a unique id to be generated. Unfortunately, the generateRandomClientId() method was missing a cast. More details can be found in the PR #1.