fix(app): use tab-scoped servers in sessions (#33946)

This commit is contained in:
Brendan Allan 2026-06-26 03:09:22 +08:00 committed by GitHub
commit b60c0a5e8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 77 additions and 58 deletions

View file

@ -269,6 +269,7 @@ function createServerSdkContextBase(server: ServerConnection.Any, scope: ServerS
})
return {
server,
scope,
url: server.http.url,
client: sdk,