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
websocket err, send message failed :Io(Os { code: 32, kind: BrokenPipe, message: "Broken pipe" })
Just run epm dev under the directory of your elvis APP, modify your code.
epm dev
The text was updated successfully, but these errors were encountered:
Hi, I did not reproduce the issue in local, maybe I missed some critical ops.
The steps I did:
# 1 $ cd my-app && epm dev #2 $ open http://localhost:3000/ # 3 modify the code in src/lib.rs # 4 check console log
Would you please provide more detail info about this bug issue?
Sorry, something went wrong.
This bug happens sometimes, and the development server can still work after it happened.
If it happens rarely now, we can just leave it alone and fix it in the future.
Would you like to try #33 @pfwangdx ? That issue is more clearly
OK
boundless-forest
No branches or pull requests
Desc
How to reproduce
Just run
epm dev
under the directory of your elvis APP, modify your code.The text was updated successfully, but these errors were encountered: