Skip to content

Chrome devtool auto discovery triggers ECONNRESET (was: ECONNRESET) #13

@stelcheck

Description

@stelcheck

Platform: macOS (Linux not affected, Windows is unknown)

On certain platforms, when remote debugger autodiscovery is set on chrome (which is the default) and the dev tools are open, the discovery intermittently triggers the following error to occur:

(js) (17951) mage/xxxxxxxxx >> m-17950 - 15:25:08.261 [MAGE processManager] Uncaught exception: connect ECONNRESET 127.0.0.1:2502
error: {
"code": "ECONNRESET",
"type": "Error",
"errno": "ECONNRESET",
"syscall": "connect",
"address": "127.0.0.1",
"port": 2502,
"file": "util.js",
"line": 1014,
"offset": 11,
"stack": [
"Object.exports._errnoException (util.js:1014:11)",
"exports._exceptionWithHostPort (util.js:1037:20)",
"TCPConnectWrap.afterConnect [as oncomplete] (net.js:1138:14)"
]
}

I was not able to reproduce this issue on my Linux desktop, and have not tried on other environments either.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions