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
Currently the Astarte message hub doesn't support an ack mechanism to signal the exact receipt of a message by a node.
For add the ack support the message-hub needs:
Add an ID to identify each message sent from Message-hub.
An ack method ack_message(message_id) to send the ack signal from the node to Astarte message hub.
Add a configuration on the node to specify whether it supports ack signaling or whether the message-hub should consider that all messages have been successfully received (the default shoud be the second option) .
The text was updated successfully, but these errors were encountered:
Currently the Astarte message hub doesn't support an ack mechanism to signal the exact receipt of a message by a node.
For add the ack support the message-hub needs:
ack_message(message_id)
to send the ack signal from the node to Astarte message hub.The text was updated successfully, but these errors were encountered: