Quramy / electron-connect

Livereload tool for Electron
https://www.npmjs.com/package/electron-connect
340 stars 54 forks source link

Handling ECONNRESET caused when restarting browser process #79

Closed kenpb closed 6 years ago

kenpb commented 6 years ago

Problem:

My electron-connect server was crashing with ECONNRESET every time the browser process was being restarted, this seems to be due to the client process being killed and the socket not being closed correctly.

Changes proposed:

altsanz commented 6 years ago

Issue #71 related?

Quramy commented 6 years ago

@kenpb, thanks for your contributing and sorry for my late reply 🙇

I've released this change at v0.6.3 !