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 017c77e commit 7683fc9Copy full SHA for 7683fc9
src/mongo_types.ts
@@ -481,6 +481,11 @@ export type Abortable = {
481
*
482
* The `signal.reason` value is used as the error thrown.
483
484
+ * @remarks
485
+ * **NOTE:** Currently, aborting an in-progress operation causes the in-use Connection to close.
486
+ * If signals are aborted at a high rate it will cause many connections that are otherwise healthy
487
+ * to be discarded. We plan to mitigate this in a future release, please follow NODE-6062.
488
+ *
489
* @example
490
* ```js
491
* const controller = new AbortController();
0 commit comments