rusefi 2020-07-26 11:00:57 -04:00
parent d5739815b4
commit d35a6e8d2d
2 changed files with 11 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public class LocalApplicationProxy implements Closeable {
}
if (isTimeForApplicationToConnect(context, start) && relayCommandCounter.get() < 4) {
// we should not keep controller blocker, time to auto-disconnect
// we should not keep controller blocked since we are not connecting application, time to auto-disconnect
authenticatorToProxyStream.close();
}

View File

@ -0,0 +1,10 @@
package com.rusefi.proxy;
import org.junit.Test;
public class NetworkConnectorTest {
@Test
public void testReconnect() {
}
}