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
In the v9 code add a breakpoint in QueuedHostingService where it calls TaskQueue.DequeueAsync to see when the background task actually completes. With DevTools open it's clear the page keeps polling after that.
The text was updated successfully, but these errors were encountered:
In the v9 code add a breakpoint in
QueuedHostingService
where it callsTaskQueue.DequeueAsync
to see when the background task actually completes. With DevTools open it's clear the page keeps polling after that.The text was updated successfully, but these errors were encountered: