KanoAlgiz opened this issue 5 years ago ยท 0 comments
set_interval(1000, closure(){console('I'm useless but recurring!')}) clear_task(null)
That can result in unexpected loss of first declared interval if using e.g. clear_task(import('saved_id_maybe')) that can be difficult to trace...