fix: unreliable websocket functionality #144

Merged
talksik merged 6 commits from unreliable-websocket-infra into master 2026-04-12 17:00:12 +00:00

6 Commits

Author SHA1 Message Date
talksik 1ffca8e239 fix: presence unreliable within same pod
It was broadcasting presence changes to other pods, but not notifying
clients connected to the same pod
2026-04-12 09:58:41 -07:00
talksik bb66bc4950 refactor: remove unnecessary refs 2026-04-12 09:36:53 -07:00
talksik 3ec6a8d635 fix: prevent electron from pausing timer executions
Our pings could be paused when our app is backgrounded.
2026-04-12 09:19:46 -07:00
talksik 6ff2cb77f8 avoid closing connection on pong error 2026-04-12 09:18:57 -07:00
talksik 11e1ef355e refactor: reuse constants for redis db 2026-04-12 09:18:35 -07:00
talksik 7352e02342 increases timeout 2026-04-09 17:14:35 -07:00