feat(browser): bound host admission - #14493
Draft
Jinwoo-H wants to merge 1 commit into
Draft
Conversation
Jinwoo-H
force-pushed
the
sta-4150-browser-host-admission
branch
from
August 14, 2026 08:48
392d13b to
0ee9f17
Compare
Jinwoo-H
force-pushed
the
sta-4150-browser-host-admission
branch
2 times, most recently
from
August 14, 2026 10:18
663c5b2 to
3e6d13b
Compare
Jinwoo-H
force-pushed
the
sta-4150-browser-host-admission
branch
from
August 14, 2026 20:02
3e6d13b to
7c6461b
Compare
Jinwoo-H
force-pushed
the
sta-4150-browser-host-admission
branch
from
August 14, 2026 20:14
7c6461b to
71fbd53
Compare
Jinwoo-H
force-pushed
the
sta-4150-browser-host-admission
branch
from
August 14, 2026 21:00
71fbd53 to
0f85ac8
Compare
Jinwoo-H
force-pushed
the
sta-4150-browser-host-admission
branch
from
August 14, 2026 23:17
0f85ac8 to
2a4d17a
Compare
Jinwoo-H
force-pushed
the
sta-4150-browser-host-admission
branch
from
August 15, 2026 00:44
2a4d17a to
db76b08
Compare
Jinwoo-H
force-pushed
the
sta-4150-browser-host-admission
branch
from
August 15, 2026 00:57
db76b08 to
93ef582
Compare
Jinwoo-H
force-pushed
the
sta-4150-browser-host-admission
branch
2 times, most recently
from
August 15, 2026 03:24
c62b8ab to
6c2d4d0
Compare
Jinwoo-H
force-pushed
the
sta-4150-browser-host-admission
branch
from
August 15, 2026 08:53
6c2d4d0 to
4acfe57
Compare
Jinwoo-H
force-pushed
the
sta-4150-browser-host-admission
branch
from
August 15, 2026 10:24
4acfe57 to
eea72e1
Compare
Jinwoo-H
force-pushed
the
sta-4150-browser-host-admission
branch
2 times, most recently
from
August 15, 2026 12:30
46f19d3 to
e8da24a
Compare
Jinwoo-H
force-pushed
the
sta-4150-browser-host-admission
branch
from
August 16, 2026 09:09
e8da24a to
105a2d2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This is the fourth inert layer for STA-4150, stacked on #14484. Production RPC registration and capability advertisement remain disabled.
Causal evidence
On the parent branch, one unchanged oracle failed three ways: a second identity on one connection was admitted, a fifth identity for one paired device was admitted, and closed page placement had no retirement API. Those cases are now bounded and exact.
Fresh review then found two additional lifecycle failures before publication: delayed cleanup could erase a replacement placement, and four devices could occupy all 16 shared long-poll slots. Retirement now requires the exact placement object, and a real injected WebSocket test proves host saturation still admits an ordinary wait and socket close aborts/releases both classes.
Validation
pnpm typecheckDeliberately deferred before activation