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 my opinion, this is a bad idea for any program with a request/response model like HTTP server.
Portals may get 500 errors (or analog) for no reason.
Inspired by https://lwn.net/Articles/191059/
Worker is basically stateless, so removing the cancellation token will only simplify things
The text was updated successfully, but these errors were encountered: