suspend fun MqttClient.unsubscribeAwait(topic: String): Int
Unsubscribe from receiving messages on given topic
topic - Topic you want to unsubscribe from
topic
Return current MQTT client instance *