We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
描述你的问题(Describe you question here) 看源码中有关于 路径的判断处理,
const channelHandler = new CommonChannelHandler('/service', commonChannelPathHandler, logger, { pathMatchOptions: serverAppOpts.pathMatchOptions, wsServerOptions: serverAppOpts.wsServerOptions, });
wsPath 是只能支持ws://x.x.x.x:port/service 吗?能否支持 ws://x.x.x.x:port/custom-path/service 设置 wsServerOptions 参数无效
wsServerOptions: { path: '/custom-path/service', },
The text was updated successfully, but these errors were encountered:
https://opensumi.com/zh/docs/integrate/universal-integrate-case/custom-config 试试设置 wsPath 配置呢
Sorry, something went wrong.
更复杂的 wsPath 定义可以看这个 PR #1228
No branches or pull requests
描述你的问题(Describe you question here)
看源码中有关于 路径的判断处理,
wsPath 是只能支持ws://x.x.x.x:port/service 吗?能否支持 ws://x.x.x.x:port/custom-path/service
设置 wsServerOptions 参数无效
The text was updated successfully, but these errors were encountered: