❔ Got a weird error adding Cookie in C# asp.net Mvc

RRockyDf011/17/2023
Image
AAngius1/17/2023
IME this sometimes happens when you have an async void method, or don't await some async method somewhere
AAngius1/17/2023
The code doesn't wait for other code to execute, and instead disposes stuff right away
RRockyDf011/17/2023
Okay I got it thanks
AAccord1/19/2023
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.