tryConnect

suspend fun CoroutinesMavConnection.tryConnect(readerScope: CoroutineScope): Boolean

A wrapper around CoroutinesMavConnection.connect that returns true if no exception was thrown and false otherwise.