Skip to content

Commit 385b82a

Browse files
committed
Update signature for ACK_FAILURE
1 parent b4bb930 commit 385b82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v1/internal/connector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ else {
4242
let
4343
// Signature bytes for each message type
4444
INIT = 0x01, // 0000 0001 // INIT <user_agent>
45-
ACK_FAILURE = 0x0D, // 0000 1101 // ACK_FAILURE
45+
ACK_FAILURE = 0x0E, // 0000 1110 // ACK_FAILURE
4646
RESET = 0x0F, // 0000 1111 // RESET
4747
RUN = 0x10, // 0001 0000 // RUN <statement> <parameters>
4848
DISCARD_ALL = 0x2F, // 0010 1111 // DISCARD *

0 commit comments

Comments
 (0)