-
Notifications
You must be signed in to change notification settings - Fork 182
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
Linking sent message to received acknowledgement #558
Comments
Hi this is handled by the library itself. The library holds a reference tot he last sent message. Check Line 93 in a5cd85a
|
I would like to log the messages to a backend. For example if I send an acknowledged message, I would like to log when it was sent and when I receive the response for this specific message, I want to log when I received the acknowledgement. In the log timestamps are included so it is important to link exact message sent with acknowledgement specifically for this message. |
Feel free to close the issue, if you managed to solve this. |
I took a look into that class, but it is still not clear to me how can I (as a user of the library) compare acknowledgement that I have received to a message that I have sent. |
Hi,
Is it possible in the current version of the library to link sent mesh message and the acknowledgement for it?
And if possible, could you explain how to do it as I didn't found any information on that.
Thank you in advance!
The text was updated successfully, but these errors were encountered: