You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using push-receiver to listen to notifications from a service that uses expo.io to send notifications to iOS and Android clients. I have an iOS device receiving the same notifications at the same time and have noticed that often push-receiver does not immediately get the notification that appears on the iOS device.
I've set up some logging in client.js and enabled DEBUG statements in parser, and it appears the socket keeps reconnecting because of ECONNRESET error around every minute or so.