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
Ideally, shouldn't the Alluxio Client be used as a context manager that opens the requests.Session() as a context manager and closes this session properly (closing all the connection adapters) when the Client exits?
Currently the session object is kept open.
The text was updated successfully, but these errors were encountered:
Ideally, shouldn't the Alluxio
Client
be used as a context manager that opens therequests.Session()
as a context manager and closes this session properly (closing all the connection adapters) when the Client exits?Currently the session object is kept open.
The text was updated successfully, but these errors were encountered: