Changes since 24.7.0.rc1
Fixes
-
Prevent duplicated messages in client queue (#21103)
Commit · Pull request · IssueMessages sent by the Flow client are queued until the server acknowledges their reception. However, if there's a network fault, the Flow client immediately attempts to resend the message, resulting in duplicates in the queue. This change ensures that the same message is not added to the queue multiple times.
-
Fix equality check in NavigationAccessControl (#21083)
Commit · Pull request · Issue