We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0756bc9 commit 5b9e917Copy full SHA for 5b9e917
src/cmap/connection.ts
@@ -375,8 +375,8 @@ export class Connection extends TypedEventEmitter<ConnectionEvents> {
375
let operationDescription = this[kQueue].get(message.responseTo);
376
377
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?
+ // This is how we recover when the initial hello's requestId is not
+ // the responseTo when hello responses have been skipped:
380
381
// First check if the map is of invalid size
382
if (this[kQueue].size > 1) {
0 commit comments