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 1764ea6 commit 573064bCopy full SHA for 573064b
lib/client.js
@@ -73,7 +73,7 @@ class Client extends Entity {
73
this._sequenceNumberToCallbackMap.delete(sequenceNumber);
74
callback(response.toPlainObject(this.typedArrayEnabled));
75
} else {
76
- throw new Error(
+ debug(
77
`Client has received an unexpected ${this._serviceName} with sequence number ${sequenceNumber}.`
78
);
79
}
0 commit comments