We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9e917 commit 32d8051Copy full SHA for 32d8051
src/cmap/connection.ts
@@ -405,7 +405,7 @@ export class Connection extends TypedEventEmitter<ConnectionEvents> {
405
// making the `responseTo` change on each response
406
this[kQueue].delete(message.responseTo);
407
if ('moreToCome' in message && message.moreToCome) {
408
- // NODE-4783: If the operation description check above does find an orphaned
+ // If the operation description check above does find an orphaned
409
// description and sets the operationDescription then this line will put one
410
// back in the queue with the correct requestId and will resolve not being able
411
// to find the next one via the responseTo of the next streaming hello.
0 commit comments