Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to ack method to signal the receipt of a message by a node #23

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

harlem88
Copy link
Collaborator

@harlem88 harlem88 commented Nov 2, 2023

close #22

The AstarteDataMessage adding a layer on AstarteMessage for supporting
the reception of an error during the send/receive data.
Add an AstarteError tye to describe better the error recieved.
Rename astarte_message to astarte_data_message.

Signed-off-by: Antonio Gisondi <antonio.gisondi@secomind.com>
Change the result of Send/Detach method to MessageHubResult for a
better error handling.

Signed-off-by: Antonio Gisondi <antonio.gisondi@secomind.com>
Signed-off-by: Antonio Gisondi <antonio.gisondi@secomind.com>
Signed-off-by: Antonio Gisondi <antonio.gisondi@secomind.com>
Signed-off-by: Antonio Gisondi <antonio.gisondi@secomind.com>
Add support to send ack from node to message hub, to signal
the receipt of a message from a node.

Signed-off-by: Antonio Gisondi <antonio.gisondi@secomind.com>
Signed-off-by: Antonio Gisondi <antonio.gisondi@secomind.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ACK method to signal the receipt of a message by a node
1 participant