Skip to content

Commit 8efaee4

Browse files
authored
Merge branch 'NODE-5915/refactor-topology-close-to-be-synchronous' into NODE-5914/refactor-selectServer
2 parents b4ce8cc + c533616 commit 8efaee4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/cmap/connection_pool.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ export const PoolState = Object.freeze({
118118
closed: 'closed'
119119
} as const);
120120

121-
/** @public */
121+
/** @public
122+
* @deprecated This interface is deprecated and will be removed in a future release as it is not used
123+
* in the driver */
122124
export interface CloseOptions {
123125
force?: boolean;
124126
}

0 commit comments

Comments
 (0)