paho.mqtt.python icon indicating copy to clipboard operation
paho.mqtt.python copied to clipboard

async message_callback_add

Open panla opened this issue 4 years ago • 0 comments

client.message_callback_add(topic, callback)

async callback(client, userdata, msg):
    await ...
    pass

how can i use an async func to message_callback_add

panla avatar Dec 23 '21 01:12 panla