MadStudioRoblox / ProfileService

Universal session-locked savable table API
https://madstudioroblox.github.io/ProfileService/
Apache License 2.0
292 stars 157 forks source link

Add events for data saving status #5

Closed catgirlinspace closed 3 years ago

catgirlinspace commented 3 years ago

Some basic events for stuff like saves starting and finishing would be cool. Right now there's no way to know when an auto save is starting.

LM-loleris commented 3 years ago

ProfileService promotes implementations that do not know when the profile is going to be saved to the DataStore - this is to discourage developers from compressing data on each save as it is highly inefficient and redundant.