Skip to content

Commit 5b9e917

Browse files
committed
chore: update comment
1 parent 0756bc9 commit 5b9e917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cmap/connection.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@ export class Connection extends TypedEventEmitter<ConnectionEvents> {
375375
let operationDescription = this[kQueue].get(message.responseTo);
376376

377377
if (!operationDescription && this.isMonitoringConnection) {
378-
// NODE-4783: How do we recover from this when the initial hello's requestId is not
379-
// the responseTo when hello responses have been skipped?
378+
// This is how we recover when the initial hello's requestId is not
379+
// the responseTo when hello responses have been skipped:
380380

381381
// First check if the map is of invalid size
382382
if (this[kQueue].size > 1) {

0 commit comments

Comments
 (0)