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

Add timeout to socket #65

Closed zindlerb closed 1 year ago

zindlerb commented 1 year ago

Allow timeout to be passed to socket connection. Other changes are due to the linter that auto runs.