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 has been archived by the owner on Sep 25, 2024. It is now read-only.
This library doesn't include the timeout attribute when self.ise.get() is called. Timeout is only used for self.ise.request() in the internal _request() function. That function also includes an earlier call to self.ise.get() without a timeout before calling self.ise.request() with a timeout. Thus, the configured timeout seldom has any effect that I have seen.
The argument "timeout=self.timeout" should be added to every self.ise.get() call
The text was updated successfully, but these errors were encountered:
I commented in the request, timeouts used to be there in older code but were removed in the latest release. Also, I broke the changes into 2 commits. One adds timeouts and the other does some reformatting. Just in case you don't like the formatting changes.
This library doesn't include the timeout attribute when self.ise.get() is called. Timeout is only used for self.ise.request() in the internal _request() function. That function also includes an earlier call to self.ise.get() without a timeout before calling self.ise.request() with a timeout. Thus, the configured timeout seldom has any effect that I have seen.
The argument "timeout=self.timeout" should be added to every self.ise.get() call
The text was updated successfully, but these errors were encountered: