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

Better error handling for unpackable types #102

Merged
merged 1 commit into from
Jul 1, 2016

Conversation

pontusmelke
Copy link
Contributor

Whenever we encounter an unknown type we throw an exception midstream,
when we have already started writing data back to the channel. Instead of
starting to write to the channel write away we create an function that we
are certain will be packable, and fail early if we cannot pack.

Fixes #91

Whenever we encounter an unknown type we throw an exception midstream,
when we have already started writing data back to the channel. Instead of
starting to write to the channel write away we create an function that we
are certain will be packable, and fail early if we cannot pack.

Fixes neo4j#91
@jakewins
Copy link
Contributor

jakewins commented Jul 1, 2016

Nice

@jakewins jakewins merged commit 34dfc80 into neo4j:1.0 Jul 1, 2016
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.

2 participants