mavlink / MAVSDK-Java

MAVSDK client for Java.
71 stars 41 forks source link

Fix finite streams: SUCCESS indicates the end of a finite stream #39

Closed JonasVautherin closed 3 years ago

JonasVautherin commented 4 years ago

On SUCCESS, I believe that we have to call emitter.onComplete(). But I'm not sure if onCompleted should be called instead. Also, if I kill SITL in the middle of a finite stream, mavsdk_server seems to never call onError, which may be related.

Resolves to #37.