-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cross RS4S repeated status #499
Comments
Other examples:
|
But if you subscribe with uRt=1, you should expect repeated status messages |
Right, and the rsmp gem already skips the check for repeated status values if uRt is set: However the status update was received just after an unsubscribe:
I think the problem is that a status update is send after the unsubscribe. However the status is receive before the unsubscribe is acknowledged. Probably the status update was already in flight when the unsubscribe was received. When unsubscribing, the subscription list in the rsmp gem is updated to remove the particular status: From that point, a status update will be checked for repeat values. I think the correct fix is to not update the subscription list in the rsmp gem until the unsubscribe is acknowledged. In the latest nighty test, this issue did not show up. Perhaps it's intermittet, depending on timing. |
I agree. |
It looks like it sends a repeated status update, perhaps when receiving an unsubscribe?
The text was updated successfully, but these errors were encountered: