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 0fb75ed commit 17e9db2Copy full SHA for 17e9db2
1 file changed
lib/commands/command.js
@@ -23,6 +23,9 @@ class Command extends EventEmitter {
23
if (!this.next) {
24
this.next = this.start;
25
connection._resetSequenceId();
26
+ if (connection.config.isServer) {
27
+ connection._bumpSequenceId(1)
28
+ }
29
}
30
if (packet && packet.isError()) {
31
const err = packet.asError(connection.clientEncoding);
0 commit comments