This commit is contained in:
wangcongtao
2020-04-14 17:08:24 +08:00
parent 7ed495aa9d
commit 2b415e499f
6 changed files with 96 additions and 13 deletions

View File

@@ -112,7 +112,7 @@ public class WebSocketManager {
mNavi.setUseExtraGPSData( true );
mService.execute( () -> {
try {
mClient.reconnectBlocking();
mClient.connectBlocking();
Logger.d( TAG, "connectBlocking done." );
} catch ( Exception e ) {
Logger.e( TAG, e, "error." );