Removed commented l;ines for checking
This commit is contained in:
@@ -276,8 +276,8 @@ func main() {
|
|||||||
opts := mqtt.NewClientOptions().
|
opts := mqtt.NewClientOptions().
|
||||||
AddBroker(mqttBroker).
|
AddBroker(mqttBroker).
|
||||||
SetClientID(clientID).
|
SetClientID(clientID).
|
||||||
// SetUsername("test"). // todo: Change to .env variable
|
// SetUsername("test").
|
||||||
// SetPassword("test"). // todo: Change to .env variable
|
// SetPassword("test").
|
||||||
SetCleanSession(false).
|
SetCleanSession(false).
|
||||||
SetAutoReconnect(true).
|
SetAutoReconnect(true).
|
||||||
SetOrderMatters(false).
|
SetOrderMatters(false).
|
||||||
|
|||||||
Reference in New Issue
Block a user