clientConnected

abstract val clientConnected: SharedFlow<Unit>(source)

Emits once each time a TAK client connects.

TAKServer.onClientConnected is a single callback slot already owned by the offline-queue drain, so consumers that need the connect event observe it here instead of replacing that callback.