Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonlesisz committed Aug 26, 2024
1 parent 30b48b5 commit cdbdc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/src/protocol-thp/decode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ export const isExpectedResponse = (bytes: Buffer, protocolState?: TransportProto

if (header.controlBit !== protocolState?.recvBit) {
// TODO: should it throw? should it ignore? should it abaddon and recreate channel?
throw new Error('TODO: Unexpected control bit');
// throw new Error('TODO: Unexpected control bit');
}

return bytes;
Expand Down

0 comments on commit cdbdc0a

Please sign in to comment.