You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
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:
The text was updated successfully, but these errors were encountered: