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 5a532f4 commit db9187e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmap/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,8 @@ export class Connection extends TypedEventEmitter<ConnectionEvents> {
let operationDescription = this[kQueue].get(message.responseTo);

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

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

0 comments on commit db9187e

Please sign in to comment.