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
…ed. (#29173)
* Don't mark session defunct on response timeout if the message was acked.
If we got an ack, the session is fine and there is no reason to mark it defunct.
Fixes#29165
* Address review comment.
HunsupJung
pushed a commit
to HunsupJung/connectedhomeip
that referenced
this issue
Oct 23, 2023
…ed. (project-chip#29173)
* Don't mark session defunct on response timeout if the message was acked.
If we got an ack, the session is fine and there is no reason to mark it defunct.
Fixesproject-chip#29165
* Address review comment.
Reproduction steps
If we send a message and:
we will go ahead and mark the session as defunct. But the session seemed to be fine: we got an ack and decrypted it!
So we should probably not mark the session defunct in this situation.
Bug prevalence
Always
GitHub hash of the SDK that was being used
5ae3c65
Platform
core
Platform Version(s)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: