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
…eout #723
Lettuce now closes Master/Slave topology refresh connections if connections complete the connect progress after the actual refresh finishes. This could happen if a connection finished its connect (slow connect) after the synchronization timeout and after all topology views were obtained so the process already ran its cleanup.
Similar issue to #721,
Connections.closeAsync(…)
can cause open connections asConnections.onAccept(…)
does not consider an open/closed state.The text was updated successfully, but these errors were encountered: