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
Currently, when a session expires, we explicitly call a close method on it to shutdown its long running task.
We can shutdown the task in the Drop implementation instead - this should allow us delete the close and is_closed method and also the is_closed flag
The text was updated successfully, but these errors were encountered:
Currently, when a session expires, we explicitly call a close method on it to shutdown its long running task.
We can shutdown the task in the Drop implementation instead - this should allow us delete the close and is_closed method and also the is_closed flag
The text was updated successfully, but these errors were encountered: