Android Question UDP Socket in Foreground Service

gkc1956

Member
Licensed User
Longtime User
Hi,

It seems that UDPSocket (Network library 1.51) does not send the event PacketArrived in a foreground service. When the Main activity is paused, I no longer get the UDPSocket events, even though I get other events, for example FTP_UploadProgress. Is this correct or am I doing something wrong.

Thanks

Gordon
 
Top