- connect my Android device to WIFI AP.
- remove WLAN cable from AP, and connect it again.
- Trying send a GCM message to my device, but message's not arrived.
- after 15-30 min, GCM message's arrived.
I think GCM service is trying to send a refresh message to server in 15-30 min every time. so during this time, GCM service on broken network, cannot recv any GCM message from server until connection has been restored.
and I've tested this issue on FCM, but result's same.
on iOS (I mean APNS), it's working fine at same situation.
Is there any good solution to make this delay to sort on Android device?