replyGrace constant

Duration const replyGrace

How long to wait before acting, so the answer reaches the Hub first.

The reply travels over the connection the agent is about to close. Acting immediately would race it, and the operator would see a dropped connection where a confirmation belongs.

Implementation

static const Duration replyGrace = Duration(milliseconds: 250);