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
when i do _connection.close() and then try to _connection.reconnect() or _connection.connect() before executing queries, it says the connection is closed. So how do i disconnect connection and reconnect again then?
The text was updated successfully, but these errors were encountered:
when i do
_connection.close()
and then try to_connection.reconnect()
or_connection.connect()
before executing queries, it says the connection is closed. So how do i disconnect connection and reconnect again then?The text was updated successfully, but these errors were encountered: