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