]> Sergey Matveev's repositories - public-inbox.git/commit
watch: check for {quit} before IDLE
authorEric Wong <e@80x24.org>
Thu, 21 Oct 2021 21:10:25 +0000 (21:10 +0000)
committerEric Wong <e@80x24.org>
Fri, 22 Oct 2021 00:54:43 +0000 (00:54 +0000)
commit8c9e20805d1e2a9245ae35ed6c5b737731513be8
treeec146d1ecbd1d5b2cfa0bf8b29dbd8229324b2f1
parentae9ff54615286fbc88ffaa713a3b884294a8066b
watch: check for {quit} before IDLE

This may make it less likely for watch-dependent tests to get
stuck.  Unfortunately, due to the synchronous API of
Mail::IMAPClient, ->idle is still susceptible to missing
signals.
lib/PublicInbox/Watch.pm