Removed commented l;ines for checking

This commit is contained in:
jothi
2025-07-31 04:23:58 +00:00
parent edfdc3699d
commit 02fe9ea45e

View File

@@ -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).