We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4bcb7 commit e3d57c4Copy full SHA for e3d57c4
x/mongo/driver/topology/connection.go
@@ -223,6 +223,7 @@ func (c *connection) connect(ctx context.Context) {
223
// We only need to retain the Description field as the connection's description. The authentication-related
224
// fields in handshakeInfo are tracked by the handshaker if necessary.
225
c.desc = handshakeInfo.Description
226
+ c.serverConnectionID = handshakeInfo.ServerConnectionID
227
c.helloRTT = time.Since(handshakeStartTime)
228
229
// If the application has indicated that the cluster is load balanced, ensure the server has included serviceId
0 commit comments