spulec/PyQS

Don't loop on `pass`

andrewgross opened this issue · 1 comments

This eats CPU since it never yields. Switching it to time.sleep(0.01) for now.

Fixed in 3cc9129