Skip to content

WIP: split single websocket channel into multiple websocket connections#4684

Closed
lulusir wants to merge 1 commit intomainfrom
feat/mulit-rpc
Closed

WIP: split single websocket channel into multiple websocket connections#4684
lulusir wants to merge 1 commit intomainfrom
feat/mulit-rpc

Conversation

@lulusir
Copy link
Copy Markdown
Contributor

@lulusir lulusir commented Dec 19, 2025

Types

  • 🎉 New Features
  • 🐛 Bug Fixes
  • 📚 Documentation Changes
  • 💄 Code Style Changes
  • 💄 Style Changes
  • 🪚 Refactors
  • 🚀 Performance Improvements
  • 🏗️ Build System
  • ⏱ Tests
  • 🧹 Chores
  • Other Changes

Background or solution

支持多个websocket 连接
image

Example

packages/startup/entry/web/app.tsx

....
    AINativeConfig: {
        capabilities: {
          supportsMCP: true,
          supportsCustomLLMSettings: true,
        },
      },
      notebookServerHost: 'localhost:8888',
      connectionPaths: ['/terminal'],
      wsPathModuleMapping: {
        '/terminal': [TerminalNextModule],
      },
...

tools/dev-tool/src/server.ts

...
  let opts: IServerAppOpts = {
    connectionPaths: ['/terminal'],

Changelog

@lulusir
Copy link
Copy Markdown
Contributor Author

lulusir commented Dec 19, 2025

/next

1 similar comment
@coffeedeveloper
Copy link
Copy Markdown
Member

/next

@opensumi
Copy link
Copy Markdown
Contributor

opensumi Bot commented Dec 22, 2025

🎉 PR Next publish successful!

3.9.1-next-1766374639.0

@stale
Copy link
Copy Markdown

stale Bot commented Feb 20, 2026

此问题已被自动标记为已过时,如果没有进一步的活动,它将被关闭。谢谢您的贡献。
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale Bot added the 👾 wontfix label Feb 20, 2026
@stale stale Bot closed this Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants