MatthieuLemoine / push-receiver

A library to subscribe to GCM/FCM and receive notifications within a node process.
https://medium.com/@MatthieuLemoine/my-journey-to-bring-web-push-support-to-node-and-electron-ce70eea1c0b0
MIT License
199 stars 75 forks source link

"Error: read ECONNRESET" messages in the console #33

Closed eschava closed 3 years ago

eschava commented 4 years ago

A message like below is printed ~ every 30 minutes to the console (internet connection is stable) Is there a way to keep console clean?

Error: read ECONNRESET
    at TLSWrap.onStreamRead (internal/stream_base_commons.js:200:27) {
  errno: 'ECONNRESET',
  code: 'ECONNRESET',
  syscall: 'read' 
} 
GitNomster commented 4 years ago

I have same problem on electron 7.1.13 win10 x64.

realjax commented 3 years ago

Same problem.

realjax commented 3 years ago

I created a PR to 'fix' this. see https://github.com/MatthieuLemoine/push-receiver/pull/38