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 b4bb930 commit 385b82aCopy full SHA for 385b82a
src/v1/internal/connector.js
@@ -42,7 +42,7 @@ else {
42
let
43
// Signature bytes for each message type
44
INIT = 0x01, // 0000 0001 // INIT <user_agent>
45
-ACK_FAILURE = 0x0D, // 0000 1101 // ACK_FAILURE
+ACK_FAILURE = 0x0E, // 0000 1110 // ACK_FAILURE
46
RESET = 0x0F, // 0000 1111 // RESET
47
RUN = 0x10, // 0001 0000 // RUN <statement> <parameters>
48
DISCARD_ALL = 0x2F, // 0010 1111 // DISCARD *
0 commit comments