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
As per #1757, when ClusterNodeEndpoint contains buffered commands and it gets closed asynchronously (i.e. during topology refresh), then it doesn't retrigger buffered commands. This is, because ClusterNodeEndpoint overrides the blocking close method only and not closeAsync.
The text was updated successfully, but these errors were encountered:
As per #1757, when
ClusterNodeEndpoint
contains buffered commands and it gets closed asynchronously (i.e. during topology refresh), then it doesn't retrigger buffered commands. This is, becauseClusterNodeEndpoint
overrides the blockingclose
method only and notcloseAsync
.The text was updated successfully, but these errors were encountered: