[DEPRECATED] superseded by #81165 - #81099
Closed
echoes666 wants to merge 1 commit into
Closed
Conversation
… to primary socket When switching to a secondary profile, openSecondary/ensureGatewayForProfile could silently fall back to the primary socket if the target backend's WebSocket failed to open (e.g. a manually started gateway process holding the profile's resources). This routed the user's messages to the wrong profile's backend and caused cross-profile session writes. - openSecondary: rethrow connect failures with an actionable message - ensureGatewayForProfile: log and rethrow switch failures instead of swallowing them (no silent primary fallback) Closes NousResearch#81094
echoes666
force-pushed
the
fix/profile-switch-secondary-routing
branch
from
August 7, 2026 15:02
6a132cf to
ace68bb
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.
This PR is deprecated. Superseded by #81165 (same fix, rebased onto current main). The branch was force-pushed during a botched local amend, which destroyed the tree. The diff on this page is a broken snapshot of that mistake - please ignore it and review #81165 instead. Issue: #81094