I am tring to develop a project that connects to
a comet server with long living connections. i do this job in a service. But when android device goes to idle mode, the thread i started from service stops working and do not close connections or try a new connection.
is there any method that i should use for this stuff.