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

EPIPE error when ending a streamdispatcher #635

Closed
codeHusky opened this issue Sep 6, 2016 · 1 comment
Closed

EPIPE error when ending a streamdispatcher #635

codeHusky opened this issue Sep 6, 2016 · 1 comment

Comments

@codeHusky
Copy link

codeHusky commented Sep 6, 2016

Error: write EPIPE
    at exports._errnoException (util.js:1026:11)
    at Socket._writeGeneric (net.js:706:26)
    at Socket._write (net.js:725:8)
    at doWrite (_stream_writable.js:307:12)
    at clearBuffer (_stream_writable.js:414:7)
    at onwrite (_stream_writable.js:346:7)
    at Socket.WritableState.onwrite (_stream_writable.js:89:5)
    at WriteWrap.afterWrite (net.js:807:12)

Basically occurs whenever closing a StreamDispatcher with .end();. It's not 100% but it does happen.

@Gawdl3y
Copy link
Member

Gawdl3y commented Sep 9, 2016

Fixed by #662.

@Gawdl3y Gawdl3y closed this as completed Sep 9, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants