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
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:
In testing Cross RS4S there was an instance where a repeated alarm was incorectly reported.
From rsmp-nordic/rsmp_validator#499:
The subscription list should not be updated until the unsubscribe is acknowledged.
The text was updated successfully, but these errors were encountered: