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
We started integrating v2 of apns4erl on our system. We used to use version 1.x before. What we notice though with the new system is that if the connection to apns has been idle for awhile (not sure specifically how long, but we're trying to measure right now), seems the connection gets broken and the lib just keeps returning {timeout, x} where x is the id from what I read in your docs. We had to restart the connections made by apns4erl before it starts to work again. Have you guys experienced this issue? Is there some sort of keep-alive feature?
Hi,
We started integrating v2 of apns4erl on our system. We used to use version 1.x before. What we notice though with the new system is that if the connection to apns has been idle for awhile (not sure specifically how long, but we're trying to measure right now), seems the connection gets broken and the lib just keeps returning {timeout, x} where x is the id from what I read in your docs. We had to restart the connections made by apns4erl before it starts to work again. Have you guys experienced this issue? Is there some sort of keep-alive feature?
Thanks!
Sample log before restarting apns4erl
The text was updated successfully, but these errors were encountered: