Hey, i tried to check if the connection is established. So in the synchronous MQTT there is a way with `const mqtt = require('async-mqtt);` `client = mqtt.connect(adress);` `client.stream.on('error',/*error handler*/);` To check the stream. But when i try the same in the async i only get a error tath the stream is undefiened.