Linked Questions

Popular Questions

My app always runs a thread for trying to receive Udp packet from server in a loop. This works fine when app is in foreground. But when start button is pressed and app goes to background then it throws System.Net.Sockets.SocketException. But I want the app to receive packet when it is in background too. How?

Related Questions