Skip to content

Include buffer context when throwing error in deserializer streams#166

Open
extremeheat wants to merge 4 commits intoProtoDef-io:masterfrom
extremeheat:patch-2
Open

Include buffer context when throwing error in deserializer streams#166
extremeheat wants to merge 4 commits intoProtoDef-io:masterfrom
extremeheat:patch-2

Conversation

@extremeheat
Copy link
Contributor

This makes it possible to debug issues with schemas or invalid buffers

JSON.stringify(packet.data) + '; buffer :' + chunk.toString('hex'))
}
} catch (e) {
if (e.partialReadError) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why but for some reason PartialReadErrors were not being propagated up to the user here. Not the case for Parser either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant