-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] collaborative: don't send duplicate messages
When a message is acknowledged, the `waitingAck` flag is reset to `false`, but it's not set to `true` when the next pending message is sent. It means that if a third local change occurs, it will send the next pending message even though the second one is not acknowledged yet. closes #5093 Task: 4255949 Signed-off-by: Pierre Rousseau (pro) <[email protected]>
- Loading branch information
1 parent
50e9e33
commit 122c443
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters