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

Potential memory leak with recently_departed array #15

Open
cmarguel opened this issue Apr 15, 2020 · 0 comments
Open

Potential memory leak with recently_departed array #15

cmarguel opened this issue Apr 15, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@cmarguel
Copy link
Owner

We have an array called recently_departed, which maps guest ids to owner ids--this allows Lloid to know whose queue to pause when a particular guest messages him "done". However, related entries are not being deleted when a queue closes, which means that anyone who neglected to say done is potentially in memory forever.

@cmarguel cmarguel added the bug Something isn't working label Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant