Hacker News new | ask | show | jobs
by ryukafalz 1254 days ago
It's a little bit of both. You want to only keep one connection open as it minimizes the amount of network activity for e.g. keepalives. You also don't want the app holding that connection open to drain the battery in the process though.