SD-211 - fix case when the app was sending request on the ui thread

-fix audio hadler
-small refactor
This commit is contained in:
2022-03-25 17:28:53 +02:00
parent e80272e0a4
commit 8bb6f36e60
7 changed files with 823 additions and 1060 deletions

View File

@ -15,7 +15,7 @@ import com.safemobile.lib.SM;
public class UDPclient implements Runnable{
public String serverHostname = new String ("10.120.1.114");//
private int UDP_SERVER_PORT_IN = 50002;
private int UDP_SERVER_PORT_IN = 50003;
private int UDP_SERVER_PORT_OUT = 50001;
private DatagramSocket ds = null;
private Thread listenThread;