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