From d8ecff37f404197735e192b6f46a55d554fa3fe4 Mon Sep 17 00:00:00 2001 From: Warren James Date: Tue, 9 Jan 2024 14:51:45 -0500 Subject: [PATCH] refine wording --- .../server-discovery-and-monitoring-logging-and-monitoring.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/server-discovery-and-monitoring/server-discovery-and-monitoring-logging-and-monitoring.rst b/source/server-discovery-and-monitoring/server-discovery-and-monitoring-logging-and-monitoring.rst index b4e76d0191..f75cd983a3 100644 --- a/source/server-discovery-and-monitoring/server-discovery-and-monitoring-logging-and-monitoring.rst +++ b/source/server-discovery-and-monitoring/server-discovery-and-monitoring-logging-and-monitoring.rst @@ -138,7 +138,7 @@ Events that MUST be published (with their conditions) are as follows. * - ``TopologyClosedEvent`` - When a topology is shut down - this MUST be the last SDAM event fired. * - ``ServerHeartbeatStartedEvent`` - - Published when the server monitor sends its ``hello`` or legacy hello call to the server. First published just after the monitor creates the socket for this connection and just before the ``hello`` or legacy hello call. + - Published when the server monitor sends its ``hello`` or legacy hello call to the server. When the monitor is creating a new connection, this event is published just after the socket is created and just before the ``hello`` or legacy hello. * - ``ServerHeartbeatSucceededEvent`` - Published on successful completion of the server monitor's ``hello`` or legacy hello call. * - ``ServerHeartbeatFailedEvent``