Willy-JL / F95Checker

GNU General Public License v3.0
101 stars 16 forks source link

fixed #77 #82

Closed ghost closed 11 months ago

Willy-JL commented 11 months ago

i havent looked at the code in a while, but from what i remember the issue was that cancelling didnt properly stop the rechecks... so this fix is just resetting the counter, not stopping the rechecks in background...

Willy-JL commented 11 months ago

hm maybe not... well ill have a better look tomorrow

Willy-JL commented 11 months ago

i guess your solution would have worked fine, but i preferred to switch to a proper semaphore instead of reinventing the wheel, fixed in 3402e700ec9d684bc8ead58c7ba7a7475158f9f9. thanks anyway!