Skip to content

fix(hub): add missing WebSocket protocol header - #5570

Closed
iinaa-eimrit wants to merge 1 commit into
rivet-dev:mainfrom
iinaa-eimrit:fix-issue-5481
Closed

fix(hub): add missing WebSocket protocol header#5570
iinaa-eimrit wants to merge 1 commit into
rivet-dev:mainfrom
iinaa-eimrit:fix-issue-5481

Conversation

@iinaa-eimrit

Copy link
Copy Markdown

Fixes #5481

Comment on lines +48 to +50
if (!finalProtocols.includes("rivet")) {
finalProtocols.unshift("rivet");
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why would you like to unshift rivet protocol in this generic useWeboscket hook?

@iinaa-eimrit

iinaa-eimrit commented Aug 18, 2026

Copy link
Copy Markdown
Author

Closing this PR because the fix was applied to a generic hook incorrectly, and upon further investigation, actor-inspector-context.tsx already passes the rivet protocol in the protocols array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(hub): Inspector Console WebSocket fails — Hub UI does not send Sec-WebSocket-Protocol header

2 participants