Esempio n. 1
0
// Brokerとの接続を切断する。
func Disconnect(client *MQTT.MqttClient) {
	client.ForceDisconnect()
}