Android persistent socket connection rules
问题 I have been doing some testing for a custom push notification solution for Android devices using persistent sockets. I would like to share my findings and validate the results. Simple Description The applications runs a foreground service and establishes a connection with the server and maintains that connection via aggressive pinging (@ 10 secs interval). If the connection is ever detected as dead, the app keeps trying to reconnect indefinitely. The server sends notifications via duplex