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 was just running into this issue. For future reference: the handles remain open until the APN provider is shutdown. This doesn't seem to happen automagically, but you can force it by calling push.setOptions({}) (replace push with your instance of PushNotifications).
Current behavior:
After sending a notification via APN, node will not exit due to open handles.
Expected behavior:
The process should exit normally after all tasks are complete.
Minimal reproduction:
Click to expand
Open handles according to
why-is-node-running
:Thanks.
The text was updated successfully, but these errors were encountered: