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
{{ message }}
This repository was archived by the owner on Jun 16, 2021. It is now read-only.
In specific setups the webserver does not allow the reuse of the connection, so you cannot send more than n requests.
In my case I had an exception already during the second request.
i have solved the problem modifying client.py wrapping the remote invocation in a try/finally block and recreating a new connection every time.
Not the best performance but I think it's acceptable for the tool use case.
The text was updated successfully, but these errors were encountered: