3 Replies
IME this sometimes happens when you have an
async void
method, or don't await
some async method somewhere
The code doesn't wait for other code to execute, and instead disposes stuff right awayOkay I got it thanks
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.