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
from what I observe it seems that the offline gains aren't computed if one hibernate/suspend to RAM their PC, like many notebook users are.
One way to fix this would be to periodically store the current time into some variable (doesn't have to be persisted) and if it differs from the previous one by at least few multiples of the period trigger the computation for offline gain (quick and dirty would be to force-reload the page, assuming this won't save the progress first)
The text was updated successfully, but these errors were encountered:
Hi,
from what I observe it seems that the offline gains aren't computed if one hibernate/suspend to RAM their PC, like many notebook users are.
One way to fix this would be to periodically store the current time into some variable (doesn't have to be persisted) and if it differs from the previous one by at least few multiples of the period trigger the computation for offline gain (quick and dirty would be to force-reload the page, assuming this won't save the progress first)
The text was updated successfully, but these errors were encountered: