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
I plan on querying a flasharray for performance values multiple times and was interested when i saw the async_req keyword argument which nearly all functions offer.
Unfortunately it does always lead to the same error since the case of an async request is not considered in _create_valid_response.
I plan on querying a flasharray for performance values multiple times and was interested when i saw the
async_req
keyword argument which nearly all functions offer.Unfortunately it does always lead to the same error since the case of an async request is not considered in
_create_valid_response
.Thanks for your work!
The text was updated successfully, but these errors were encountered: