agentReadyFuture property

Future<void> get agentReadyFuture

Completes when an agent becomes active and the buffer has been sent.

If the configured timeout elapses before an agent becomes active, this future completes with an error.

Implementation

Future<void> get agentReadyFuture => _agentReadyManager.future;