removed unwanted lines
This commit is contained in:
@@ -449,8 +449,6 @@ func main() {
|
||||
opts := mqtt.NewClientOptions().
|
||||
AddBroker(mqttBroker).
|
||||
SetClientID(clientID).
|
||||
// SetUsername("test"). // todo: Change to .env variable
|
||||
// SetPassword("test"). // todo: Change to .env variable
|
||||
SetCleanSession(false).
|
||||
SetAutoReconnect(true).
|
||||
SetOrderMatters(false).
|
||||
|
||||
Reference in New Issue
Block a user