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
in connection.py , Why not close the open connection????May cause "too many opne files"
def close(self):
"""Close connection"""
# to-do: do not close connection ;)
# self.wvm.close()
pass
in connection.py , Why not close the open connection????May cause "too many opne files"
def close(self):
"""Close connection"""
# to-do: do not close connection ;)
# self.wvm.close()
pass