apple_push_notification icon indicating copy to clipboard operation
apple_push_notification copied to clipboard

Hold connection to Apple open

Open soffes opened this issue 15 years ago • 0 comments

Apple recommends that you keep the socket open to their APN servers as long as possible (as opening and closing is costly). It would be great if there was a way to achieve this without complicating the interface, but it will likely be difficult.

Maybe some sort of Delayed Job integration would solve the problem.

soffes avatar Dec 20 '09 07:12 soffes