Skip to content

Commit 32d8051

Browse files
committed
chore: update comment
1 parent 5b9e917 commit 32d8051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmap/connection.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ export class Connection extends TypedEventEmitter<ConnectionEvents> {
405405
// making the `responseTo` change on each response
406406
this[kQueue].delete(message.responseTo);
407407
if ('moreToCome' in message && message.moreToCome) {
408-
// NODE-4783: If the operation description check above does find an orphaned
408+
// If the operation description check above does find an orphaned
409409
// description and sets the operationDescription then this line will put one
410410
// back in the queue with the correct requestId and will resolve not being able
411411
// to find the next one via the responseTo of the next streaming hello.

0 commit comments

Comments
 (0)