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
The clients connection only get closed when they are garbage collected, and currently a new client is created for each query. Implement strategies here to either/and share connections or ensure that they are closed by calling close manually.
The text was updated successfully, but these errors were encountered:
The
client
s connection only get closed when they are garbage collected, and currently a new client is created for each query. Implement strategies here to either/and share connections or ensure that they are closed by callingclose
manually.The text was updated successfully, but these errors were encountered: