-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIXED] Don't timeout for retried AckAll (#6392)
During server restarts (for example) a response to an `AckSync` could be lost which leads into a timeout. If the client would then retry the `AckSync` it should eventually come back successful. This was true for `AckExplicit`, but for `AckAll` the retried `AckSync` would always timeout. In this case the server would not respond to the client at all, making it impossible for the client to know if the ack for that message went through. Signed-off-by: Maurice van Veen <[email protected]>
- Loading branch information
Showing
2 changed files
with
46 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