Replies: 1 comment 2 replies
-
This is something I don't want to start discussing 😅 Generally all task interop is experimental and doesn't map well between the environments. Have you tried setting |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have implemented promises/tasks in the way described in dicussion #935 - (solution in this reply) and have run into an issue with
context.PendingTaskCount
being equal to 0, but the completion value as a promise still has the state "pending". This is happening randomly and not consistently. Is there another way to make sure promises aren't pending when callingUnwrapIfPromise()
? Any ideas as to why this might be happening?Thanks!
Edited to add that I'm using 4.0.1.
Beta Was this translation helpful? Give feedback.
All reactions