You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asgimqtt should read the messages from this channel and send them to MQTT broker. asgimqtt is also a subscriber, so the message will be received from the broker and sent to mqtt.sub.
There's a problem: the channel must be consumed by asgimqtt
2 possible implementation:
Channel
Channel
mqtt.pub
with the following keys:asgimqtt
should read the messages from this channel and send them toMQTT
broker.asgimqtt
is also a subscriber, so the message will be received from the broker and sent tomqtt.sub
.There's a problem: the channel must be consumed by
asgimqtt
MQTT broker
The message is sent to the MQTT broker (similar to sending an email in ASGI definition), e.g.
The text was updated successfully, but these errors were encountered: