Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLSWrap.onread error while sending push notification to Android device #53

Open
mikelibg opened this issue Oct 21, 2018 · 0 comments
Open

Comments

@mikelibg
Copy link

mikelibg commented Oct 21, 2018

fcm-push: ^1.1.2

Sometimes getting an error message while trying to send push notification to Android device.
{"err":"Error: read ECONNRESET\n at exports._errnoException (util.js:1018:11)\n at TLSWrap.onread (net.js:572:26)"}

push message:

{
"to":"SOME_REGISTRATION_ID",
"priority":"high",
"data": {"SOME_DATA":"VALID"}
}

As far as I know the registration id is valid and the data is not unique and sent properly to other devices.

This issue may be related:
#51
but was closed without any comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant