Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement session close inside drop #164

Closed
iffyio opened this issue Dec 22, 2020 · 0 comments · Fixed by #244
Closed

Implement session close inside drop #164

iffyio opened this issue Dec 22, 2020 · 0 comments · Fixed by #244
Labels
good first issue Good for newcomers kind/cleanup Refactoring code, fixing up documentation, etc

Comments

@iffyio
Copy link
Collaborator

iffyio commented Dec 22, 2020

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

@iffyio iffyio added good first issue Good for newcomers kind/cleanup Refactoring code, fixing up documentation, etc labels Dec 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers kind/cleanup Refactoring code, fixing up documentation, etc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant