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
{{ message }}
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
In 03dabdd the service will go to sleep after a period of rolling inactivity.
If after that period the user rolls from the app, the service will be restarted and this is fine. However if the user starts a roll and that roll is not yet confirmed just before the service goes to sleep we have an issue.
Basically we need to find a way so the frontend app can notify the service to reset its inactivity timer.
This could probably be done through Internet Process Communication tools like Python OSC.
The text was updated successfully, but these errors were encountered:
In 03dabdd the service will go to sleep after a period of rolling inactivity.
If after that period the user rolls from the app, the service will be restarted and this is fine. However if the user starts a roll and that roll is not yet confirmed just before the service goes to sleep we have an issue.
Basically we need to find a way so the frontend app can notify the service to reset its inactivity timer.
This could probably be done through Internet Process Communication tools like Python OSC.
The text was updated successfully, but these errors were encountered: