Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Nov 15, 2022
1 parent 5b9e917 commit 32d8051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmap/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ export class Connection extends TypedEventEmitter<ConnectionEvents> {
// making the `responseTo` change on each response
this[kQueue].delete(message.responseTo);
if ('moreToCome' in message && message.moreToCome) {
// NODE-4783: If the operation description check above does find an orphaned
// If the operation description check above does find an orphaned
// description and sets the operationDescription then this line will put one
// back in the queue with the correct requestId and will resolve not being able
// to find the next one via the responseTo of the next streaming hello.
Expand Down

0 comments on commit 32d8051

Please sign in to comment.