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
An EventSource will mean the server can send all events that currently get polled by the client.
This will need some robust disconnect handling on the client side, of course.
If nothing else, this will at least prevent a browser from consuming 39G+ of RAM if you leave it on overnight with the developer tools opened on the "Network" tab.
The text was updated successfully, but these errors were encountered:
An EventSource will mean the server can send all events that currently get polled by the client.
This will need some robust disconnect handling on the client side, of course.
If nothing else, this will at least prevent a browser from consuming 39G+ of RAM if you leave it on overnight with the developer tools opened on the "Network" tab.
The text was updated successfully, but these errors were encountered: