Ejemplo n.º 1
0
// Brokerとの接続を切断する。
func Disconnect(client *MQTT.Client) {
	client.Disconnect(10)
}