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
collect_values does not seem to be working correctly. I am suspicious of these lines https://github.com/justiniso/polling/blob/master/polling.py#L112-L115 where the result that satisfies the check_success condition is not added to the queue but by definition of collect_values should have the
first value from the target function that meets the condions of the check_success
callback
Am I missing something here?
The text was updated successfully, but these errors were encountered:
collect_values
does not seem to be working correctly. I am suspicious of these lines https://github.com/justiniso/polling/blob/master/polling.py#L112-L115 where the result that satisfies thecheck_success
condition is not added to the queue but by definition ofcollect_values
should have theAm I missing something here?
The text was updated successfully, but these errors were encountered: