Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for leaking file descriptor issue
Add call to stopTrying on the APNSClientFactory (ReconnectingClientFactory) in the timed disconnect portion of the code. If this call is not made, the reconnecting code will reconnect to Apple and the connection is left unreferenced. This can cause an issue with 'Too many open files'.
- Loading branch information