Xevion / Xevion/dynamic-preauth
Multiple Sessions Support
@Xevion is already working on this.
Since Dec 12, 2025.
- Dominant language
- Rust
- Stars
- 0
- Forks
- 0
- Avg merge
- 9d 3h
- Merged PRs (30d)
- 4
Description
Opening the site in multiple browser tabs causes websockets to cascade and reconnect repeatedly - each new connection closes the previous one, which then tries to reconnect, creating an endless loop of disconnections. The frontend wasn't designed with multi-tab usage in mind, but users naturally open multiple tabs.
Additionally, when build completion notifications fire, every open tab will try to play the notification sound simultaneously, which is annoying and redundant.
Goals:
- Support multiple tabs without connection cascades
- Ensure most state updates are idempotent (might already be the case)
- Only play notification sound in one tab, preferably the most recently active one
- Handle autoplay restrictions gracefully (if one tab can't play audio, try another)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.