You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think #485 solved this problem.
we used CancellationToken.Register, as suggested in similar Issues, and it is now tween killed synchronously.
Thanks for the sample code and workaround info.
Doing something like this:
And after cancelling cancellationToken, the tween still Set()s for one frame. Any fix for this?
My fix was checking token.IsCancellationRequested on every Set(). Is that expected?
The text was updated successfully, but these errors were encountered: