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
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: