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

Provide cleanup implementation from each module to invoke when a game is ended #99

Open
2 tasks
isuru89 opened this issue Apr 3, 2021 · 0 comments
Open
2 tasks
Labels
enhancement New feature or request

Comments

@isuru89
Copy link
Owner

isuru89 commented Apr 3, 2021

We need to clear the data/state in engine database as soon as a game is removed or no longer in progress. Otherwise the engine db will have so many unnecessary data piled up over time.

  • Each module should optionally provide a cleanup implementation
  • As soon as game is ended, the cleanup must be invoked and reclaim used resources
@isuru89 isuru89 added the enhancement New feature or request label Apr 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant