elvis icon indicating copy to clipboard operation
elvis copied to clipboard

Broken pipe error in the websocket connection of development server

Open clearloop opened this issue 5 years ago • 3 comments

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 avatar Jul 04 '20 05:07 clearloop

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?

boundless-forest avatar Jul 15 '20 11:07 boundless-forest

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

clearloop avatar Jul 15 '20 11:07 clearloop

OK

boundless-forest avatar Jul 15 '20 12:07 boundless-forest