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
[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 <[email protected]>
0 commit comments