polling icon indicating copy to clipboard operation
polling copied to clipboard

collect_values seems to be not working correctly

Open vinayrnagar opened this issue 9 years ago • 1 comments

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?

vinayrnagar avatar Jun 13 '16 23:06 vinayrnagar

This is a valid error. Behavior and documentation are inconsistent.

dujuku avatar Nov 24 '16 19:11 dujuku