FoundKey/packages
Ignas Kiela 296c40c5b4
fix: stop sending pings on every pong
This resulted in endless ping-pong traffic on the websocket, happening
every interval of network latency to the server (e.g. for me, with 40ms
latency to my server, it was about every 40ms). On my server this ended
up taking about 20% of foundkey's CPU usage. Now, just send pings every
30s, and check if we have received any pong's in last 60 seconds to
check that the connection is still alive.

Changelog: Fixed
2023-05-23 18:08:08 +02:00
..
backend fix: stop sending pings on every pong 2023-05-23 18:08:08 +02:00
client fixup: typo in ffVisibility setting 2023-05-20 23:38:23 +02:00
foundkey-js add "nobody" follower visibility 2023-05-20 23:18:57 +02:00
shared disable lint '@typescript-eslint/no-explicit-any' 2023-05-07 14:28:24 +02:00
sw client: display move notification 2023-03-23 21:10:17 +01:00
meta.json refactoring 2021-11-12 02:02:25 +09:00