Hacker News new | ask | show | jobs
by kuschku 3589 days ago
Thanks, that’s part of what I was referring to.

A wake lock is possible, but it’s far more battery intensive than just using the pre-Nougat solutions.

Pre-Nougat, I could keep a socket open, and only have a timeout message sent every 28 minutes to keep it open – at very low battery cost.

Now I either have to keep a wakelock – keeping the CPU always on, instead of just a few milliseconds per hour – or I can’t use it at all.

That’s a severe issue for me.

(I can’t use GCM, due to architectural reasons, and would have to ask tenthousands of people to change their IRC bouncer setup completely).