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
CommandListener is notified twice on error completion. RedisCommandListenerCommand doesn't consider on completeExceptionally completion whether the completion has already happened. Moving listener notification into doOnComplete respective doOnError fixes the problem.
The text was updated successfully, but these errors were encountered:
CommandListener
is notified twice on error completion.RedisCommandListenerCommand
doesn't consider oncompleteExceptionally
completion whether the completion has already happened. Moving listener notification intodoOnComplete
respectivedoOnError
fixes the problem.The text was updated successfully, but these errors were encountered: