We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
Yes, I am using 2.0.2. Also, the crash is not reproducible every time. I just came across these in fabric.
No branches or pull requests
I am using the task as shown below and used as a property to singleton class.
Which is resulting in this crash.
The text was updated successfully, but these errors were encountered: