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
And then on the server, the session could reduce the rate of updates, maybe do them once per second, or maybe even wait a longer time if the tab has been left in the background for a while.
This would reduce server load and network traffic when tabs are left in the background.
The text was updated successfully, but these errors were encountered:
Listen to the visibilitychange-event and notify the server when it happens.
Pseudo-code:
And then on the server, the session could reduce the rate of updates, maybe do them once per second, or maybe even wait a longer time if the tab has been left in the background for a while.
This would reduce server load and network traffic when tabs are left in the background.
The text was updated successfully, but these errors were encountered: