Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include buffer context when throwing error in deserializer streams #166

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

extremeheat
Copy link
Contributor

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

@@ -77,14 +79,8 @@ class FullPacketParser extends Transform {
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