electron-webrtc icon indicating copy to clipboard operation
electron-webrtc copied to clipboard

Periodic EPIPE error

Open pfrazee opened this issue 8 years ago • 1 comments

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 avatar Jul 29 '16 16:07 pfrazee

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

pfrazee avatar Jul 29 '16 19:07 pfrazee