-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIXED] Race condition that could cause error on subscribe
If the server times out a client while an application with the same client ID just (re)connected and is about to resume a durable consumer, a race could cause the subscription to fail with an "unknown client ID" error if the replace_durable option was set. Resolves #1239 Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
- Loading branch information
Showing
1 changed file
with
17 additions
and
15 deletions.
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