Replies: 1 comment
-
I've done this here #2709 I've also added support for multiple delimiters |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be awesome if this parser could support a multiple byte delimiter. I have run into times where a protocol defines a 2-byte start sequence, such as 0xAA 0x43. In the current implementation I can use 0xAA but specifying an additional level of specificity would help cut down on possible errors. Could the 'delimiter' property accept a Buffer in addition to a number?
Beta Was this translation helpful? Give feedback.
All reactions