hyperfiddle

quan xing 2025-03-07T08:13:27.024239Z

Why does the example site automatically refresh after a certain period of time? Sometimes this kind of situation occurs.

xificurC 2025-03-07T08:43:32.000179Z

browsers throttle non-focused tabs in various ways, which ends up killing the websocket connection. We did not fix reconnection yet

quan xing 2025-03-07T08:45:26.268549Z

ok. I got it.