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

Bug fix: Acknowledged messages sent to group addr should not await Statuses #428

Merged
merged 2 commits into from
May 20, 2022

Conversation

philips77
Copy link
Member

This PR fixes #423.

In the previous implementation a reliable context was sent for all Acknowledge messages. A timer in that context was awaiting a Status message sent from the address used as the destination of the acknowledged message. However, such Status was not possible, as every message is sent with source address set to a Unicast Address of the sending Element, therefore such messages were always timing out.

After the change, the reliable context is only set when the destination address is of Unicast type.

@philips77 philips77 merged commit 0f25a71 into main May 20, 2022
@philips77 philips77 deleted the bugfix/acked-messages-sent-to-group-addr branch May 20, 2022 14:39
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.

AccessLayer always times out for AcknowledgedGenericMessage sent to all nodes
1 participant