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
We're seeing errors getting reported from actors trying to run promises
without an active request. We've determined this is from tasks trying to
run after an actor's IO context has been aborted. This change stores the
abort exception in the `IoContext` and rethrows it in `IoContext::run`.
0 commit comments