thilp / vlb-rb

IRC bot for #vikidia
https://thilp.github.io/vlb-rb/
GNU General Public License v2.0
1 stars 2 forks source link

status-checker: Cinch::Bot#synchronize -> Mutex #19

Closed thilp closed 8 years ago

thilp commented 8 years ago

Sometimes, vlb executes the full body of #notify_all even though the monitored domain statuses have not changed:

17:29 <someone> Bonjour !
17:33 <VikiLinkBot> [VSC] ✓
17:33 <VikiLinkBot> [VSC] ✓

Replacing the previous Mutex mechanism with Cinch's built-in #synchronize may help resolving the problem (maybe plugin instances are thread-local?).