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 requests in bravado can be configured to have a timeout. Unfortunately, this does not affect the from_url() method.
Would it be possible to add a time out feature in that method, too?
Best,
Philip
The text was updated successfully, but these errors were encountered:
We'll need to pass a timeout argument to the result call. The best option is probably to add a timeout argument to SwaggerClient.from_url and pass it down the call chain. @guerda, would you be interested in working on a PR?
The requests in bravado can be configured to have a timeout. Unfortunately, this does not affect the from_url() method.
Would it be possible to add a time out feature in that method, too?
Best,
Philip
The text was updated successfully, but these errors were encountered: