如何在Golang中更改客户端与代理之间的MQTT keepAlive(handshake)时间间隔?
I'm new in both GO and MQTT. After I started the client c := MQTT.NewClient(opts) c.Start() and until it disconnected each 30 sec. handshake traffic between client and broker showed up. I just need to adjust this interval or cancel handshake at all.