Replies: 1 comment
-
Generally it works with async code. Can you provide a minimal example that demonstrates your problem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to write a async method for creating a XML document. But, it always wait until the execution of entire method is completed and comes to next line of code even the await is not provided. Does XML works in both sync and async operation?
Beta Was this translation helpful? Give feedback.
All reactions