Fix reconnect/media failure paths and harden signaling parse

This commit is contained in:
Jage9
2026-02-20 16:30:54 -05:00
parent b246c9a7fd
commit 76a5c1186a
4 changed files with 38 additions and 17 deletions

View File

@@ -27,6 +27,7 @@
## Versioning & Configuration
- Bump `client/public/version.js` on every user-visible change using `YYYY.MM.DD Rn`.
- Commit each completed logical change; include the version bump in that same commit when client behavior changes.
- Do not duplicate version constants elsewhere in client code.
- `server/config.toml` is deployment-local and must not be committed.
- Production should use TLS (`network.allow_insecure_ws = false`).