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

Periodic EPIPE error #50

Open
pfrazee opened this issue Jul 29, 2016 · 1 comment
Open

Periodic EPIPE error #50

pfrazee opened this issue Jul 29, 2016 · 1 comment

Comments

@pfrazee
Copy link

pfrazee commented Jul 29, 2016

My application gives an EPIPE error somewhere around 5 minutes into its execution. The error stack is not very useful, but it only occurs when I have electron-webrtc integrated, so I'm fairly sure it's occurring here somewhere.

Here's the stack trace:

Uncaught Exception:
Error: write EPIPE
    at exports._errnoException (util.js:949:11)
    at WriteWrap.afterWrite (net.js:793:14)
@pfrazee
Copy link
Author

pfrazee commented Jul 29, 2016

I glanced through the electron-webrtc source and nothing stood out at me, as a possible source. It's possible some code that depends on electron-webrtc (and therefore only executes when it's active in my code) is responsible for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant