Error: read ECONNRESET after app exit

I get:

[09:50:39] events.js:167
[09:50:39]       throw er; // Unhandled 'error' event
[09:50:39]       ^
[09:50:39]
[09:50:39] Error: read ECONNRESET
[09:50:39]     at TCP.onStreamRead (internal/stream_base_commons.js:139:27)
[09:50:39] Emitted 'error' event at:
[09:50:39]     at emitErrorNT (internal/streams/destroy.js:82:8)
[09:50:39]     at emitErrorAndCloseNT (internal/streams/destroy.js:50:3)
[09:50:39]     at process.internalTickCallback (internal/process/next_tick.js:72:19)

The server crashes. This occurs a short time after exiting the app using the back button. Initially, I thought this was related to an audio stream that was played, but later I wrote a simple Hello World app and that produced the same result after exiting using the back button.

Is this the usual behavior, or could this be a side effect from the ESET firewall?

Anyhow, can this be fixed?

The same error, server with Mac

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.