Meteor-Community-Packages / Meteor-Community-Packages/raix-push
APN connection timeout
- Dominant language
- JavaScript
- Stars
- 505
- Forks
- 191
- PR merge metrics
- No merged PRs in 30d
Description
We are getting the following issue in production. Is it possible to update to the newer version of node-apn? It seems like it was fixed in version 1.7.2 (https://github.com/argon/node-apn/issues/217).
```
Connect timed out stack:Error: Connect timed out
at Connection. (/bundle/bundle/programs/server/npm/node_modules/meteor/raix_push/node_modules/apn/lib/connection.js:193:36)
at Timer.listOnTimeout [as ontimeout] (timers.js:121:15)
```
Contributor guide
Research direction
Start with the node-apn 1.7.2 fix referenced in the issue and the timeout location shown in raix_push/node_modules/apn/lib/connection.js. Determine how this dependency is included, then verify that the update prevents the APN connection timeout; the issue provides no named test, so validation must focus on the reported production failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100