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

Close open stores on timeout #4

Closed
thiagodelgado111 opened this issue Dec 18, 2018 · 0 comments
Closed

Close open stores on timeout #4

thiagodelgado111 opened this issue Dec 18, 2018 · 0 comments
Assignees
Milestone

Comments

@thiagodelgado111
Copy link
Contributor

After opening a store, we wanna make sure we close them after a period of time so we make sure we don't have an open store we are not using.

We should debounce the store close call using two timeout levels, one for the store being opened and one more for the last message received. So if a store is opened, we will close it after some X time except if a message is received for that store then we extend that timeout a little bit longer

@thiagodelgado111 thiagodelgado111 changed the title Keep track of open stores and after a timeout, close them Close open stores on timeout Dec 18, 2018
@thiagodelgado111 thiagodelgado111 added this to the Sprint 16 milestone Dec 19, 2018
@thiagodelgado111 thiagodelgado111 self-assigned this Dec 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant