Closed Simeon5566 closed 1 year ago
problem solved forget to add an willMessage and willTopic
final connMess = MqttConnectMessage()
.withClientIdentifier('testthat')
.withWillTopic('test')
.withWillMessage('hello there')
.startClean()
.withWillQos(MqttQos.atLeastOnce);
I tried to connect to local Mosquitto Broker it has following config:
In flutter i tried to build a connection to the local Broker
But getting the Following error message:
Is there something that i am missing? this problem cost me now a lot of time and found no solution that solved it