@@ -91,7 +91,7 @@ public class MainActivity extends AppCompatActivity { | |||
@Override | |||
protected void onPause() { | |||
super.onPause(); | |||
communication.stopCommunication(); | |||
//communication.stopCommunication(); | |||
} | |||
private String getLocalIpAddress() throws UnknownHostException { | |||
WifiManager wifiManager = (WifiManager) getApplicationContext().getSystemService(WIFI_SERVICE); |