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
In the MQTT container, there is the nice feature of subscribing to a topic for an agent.
The messages sent to the subscribed topic will be passed to the normal agent inbox.
It may be a nice feature to instead optionally set a callback method as the receiver (via message_callback_add method of the paho client).
The text was updated successfully, but these errors were encountered:
In the MQTT container, there is the nice feature of subscribing to a topic for an agent.
The messages sent to the subscribed topic will be passed to the normal agent inbox.
It may be a nice feature to instead optionally set a callback method as the receiver (via
message_callback_add
method of the paho client).The text was updated successfully, but these errors were encountered: