polling
polling copied to clipboard
collect_values seems to be not working correctly
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?
This is a valid error. Behavior and documentation are inconsistent.