Skip to content
New issue

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

Broken pipe error in the websocket connection of development server #10

Open
clearloop opened this issue Jul 4, 2020 · 3 comments
Open
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@clearloop
Copy link
Owner

clearloop commented Jul 4, 2020

Desc

websocket err, send message failed :Io(Os { code: 32, kind: BrokenPipe, message: "Broken pipe" })

How to reproduce

Just run epm dev under the directory of your elvis APP, modify your code.

@clearloop clearloop added the bug Something isn't working label Jul 10, 2020
@boundless-forest boundless-forest self-assigned this Jul 13, 2020
@clearloop clearloop added the good first issue Good for newcomers label Jul 14, 2020
@boundless-forest
Copy link
Contributor

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?

@clearloop
Copy link
Owner Author

Would you please provide more detail info about this bug issue?

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

@boundless-forest
Copy link
Contributor

OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants