AutelSDK / AndroidAdvanceSample

3 stars 3 forks source link

Is there a method to automatically reconnect the remote controller to the aircraft if the connection is lost? #24

Closed masayuki-kobayashi1 closed 1 year ago

masayuki-kobayashi1 commented 1 year ago

I am developing using the SDK, but the connection is not stable as that Autel Exproler App, so I would like to know if the reconnection logic and monitoring methods are provided in the SDK. Initially, our app goes from connect to disconnect in less than 10 seconds. If I open the Autel Explorer app, kill it, and then open our app again, the disconnect does not occur. How to fix it?

memo: Q5

masayuki-kobayashi1 commented 1 year ago

I heard that it is not recommended to have two or more apps that use the Autel SDK running at the same time. When switching between Autel Explorer and other apps, we should be careful to force close one of them.