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
Hello, at the moment a lot of internal details are up to the user to deal with. One particular big issue is long running jobs. I'd suggest adding blocking mode, where user specifies a timeout value. The operation is automatically waited to complete up to that timeout value.
That means adding the functionality to all methods or alternatively have a global timeout value that can be changed by user in the Client object.
The text was updated successfully, but these errors were encountered:
Hello, at the moment a lot of internal details are up to the user to deal with. One particular big issue is long running jobs. I'd suggest adding blocking mode, where user specifies a timeout value. The operation is automatically waited to complete up to that timeout value.
That means adding the functionality to all methods or alternatively have a global timeout value that can be changed by user in the Client object.
The text was updated successfully, but these errors were encountered: