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
Polls for zero seconds (exits immediately)
I believe it should be the latter, as the former case is designed to be explicitly set using the poll_forever parameter. However, instead it polls forever. This is because on polling.py::96 we check if timeout is truthy rather than not None.
The text was updated successfully, but these errors were encountered:
When doing so, the behaviour can be one of two:
I believe it should be the latter, as the former case is designed to be explicitly set using the
poll_forever
parameter. However, instead it polls forever. This is because onpolling.py::96
we check iftimeout
is truthy rather than not None.The text was updated successfully, but these errors were encountered: