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
2.5.0-beta.2
v10.16.2
v6.9.0
// 注释掉ws代理就没事 proxy: { '/websocket/socketServer.do': { target: 'http://localhost:8080/', changeOrigin: true, ws: true, }, '/v3': { target: 'http://localhost:8080/', changeOrigin: true, }, },
正常代理websocket
dev server crash
Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:111:27)
The text was updated successfully, but these errors were encountered:
前提:如果websoket接口404
Sorry, something went wrong.
No branches or pull requests
Environment(required) | 环境(必填)
2.5.0-beta.2
v10.16.2
,v6.9.0
What did you do? Please provide steps to re-produce your problem.(请提供复现步骤)
What do you expected?(预期的正常效果)
正常代理websocket
What happen?(发生了何种非正常现象)
dev server crash
Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:111:27)
Re-producible online demo (可复现的在线demo)
The text was updated successfully, but these errors were encountered: