tobymao / saq

Simple Async Queues
https://saq-py.readthedocs.io/en/latest/
MIT License
577 stars 39 forks source link

Fix: Listen forever if timeout param is 0 (postgres) #143

Closed vchan closed 2 months ago

vchan commented 2 months ago

Right now, timeout of 0 times out immediately, which is wrong.