Skip to content

Commit

Permalink
Fix ConnectionReadyEvent.duration, take into account that this even…
Browse files Browse the repository at this point in the history
…t is emitted not only when checking out

DRIVERS-2469
  • Loading branch information
stIncMale committed Aug 9, 2023
1 parent 1ec330e commit 1376092
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,8 @@ See the `Load Balancer Specification <../load-balancers/load-balancers.rst#event
* it is the time elapsed between the `ConnectionCreatedEvent`
* emitted by the same checking out and this event.
*
* Naturally, this duration is not greater than
* Naturally, when establishing a connection is part of checking out,
* this duration is not greater than
* `ConnectionCheckedOutEvent`/`ConnectionCheckOutFailedEvent.duration`.
*
* A driver that delivers events synchronously MUST NOT include in this duration
Expand Down

0 comments on commit 1376092

Please sign in to comment.