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
By default now client will keep connection open until closed and not per transaction.
This can happen if read stopped (closed connection, eof) or we are doing hard close.
Hard closing is done by closing client handle client.Close()
The text was updated successfully, but these errors were encountered: