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
When sending push message to APNS I need to handle socket timeout exception so that in case there is any issue while connecting to APNS (because of network or because of rate limiting by APNS or other reasons) I can gracefully handle it.
I frequently face this issue while sending push messages to FCM APIs and the Java lib raises following exception there which I handle:
java.util.concurrent.TimeoutException
The text was updated successfully, but these errors were encountered:
When sending push message to APNS I need to handle socket timeout exception so that in case there is any issue while connecting to APNS (because of network or because of rate limiting by APNS or other reasons) I can gracefully handle it.
I frequently face this issue while sending push messages to FCM APIs and the Java lib raises following exception there which I handle:
java.util.concurrent.TimeoutException
The text was updated successfully, but these errors were encountered: