connect

@CheckReturnValue
abstract fun connect(): Completable

Connects the underlying MavConnection and start reading from it. The Completable will receive a completed signal when the connection is created and then the reading process will start as a new task. The current implementation uses the IO Scheduler by default to schedule the tasks.