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
In the consume method, we use a `sleep .5`, which is equal to `sleep 0`
if we miss Time::HiRes.
I think it wasn't the intention, so including Time::HiRes might help?!
0 commit comments