Fix: TypeError thrown when creating MQTTClient without $clientId argument
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.