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
Now uses connection timeout setting when connecting to cluster members when updating routing table.
Fixes issue with discarding big streams. Streams are discarded if they are still open after their scope ends (like a transaction or session)
Session.Run now forces a reset before issuing the command to the server, this makes sure that the connection is still alive. Solves issues with CheckConnectivity when running in a cluster