Schedule
Schedule copied to clipboard
Task is getting deallocated.
I am using the task as shown below and used as a property to singleton class.
schedulerTask = Plan.every(0.5).do(queue: .global()) {
doSomething()
}
Which is resulting in this crash.

Hi @kidsid-Ixigo , thank you for your report.
I can't reproduce this with the code above, can you give me a demo if you don't mind? By the way, you are using 2.x, right?
Yes, I am using 2.0.2. Also, the crash is not reproducible every time. I just came across these in fabric.