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
Seems like omadb client does not properly release resources (DessimozLab/OMArk#25)
putting the client as a module variable does not help, so it seems that we should use requests session to recycle the connections. (by default, omadb does not use the CachedSession.
The text was updated successfully, but these errors were encountered:
Seems like omadb client does not properly release resources (DessimozLab/OMArk#25)
putting the client as a module variable does not help, so it seems that we should use requests session to recycle the connections. (by default, omadb does not use the
CachedSession
.The text was updated successfully, but these errors were encountered: