I understand the saving file flow explained here, but what happens if a user make changes to a doc and stays with the doc editor in the web app open forever or long time (I never shut down my computer and usually leave browser tabs opened), is there a timeout where the callback handler is called even if the user does not close the doc editor? or Do the user must close the doc editor to the callback handler been called? How to approach this scenario?
Thanks!