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

Address issue with handleItemWithError possible not calling the callback #345

Merged
merged 2 commits into from
Jul 27, 2017

Conversation

rokob
Copy link
Contributor

@rokob rokob commented Jul 27, 2017

fix one case where we might have called the callback twice which could cause odd behaviour

@rokob
Copy link
Contributor Author

rokob commented Jul 27, 2017

I traced all of the code paths through the transforms and parsing errors versus messages. The only thing I can see that could have been causing issues was a certain callback getting called twice which could have caused an issue with the way the indexing is shared in the transforms. Exactly what this would do is not clear, but it is nonetheless wrong and this fixes it.

@rokob rokob merged commit e3a75df into master Jul 27, 2017
@rokob rokob deleted the fix-server-errors branch February 1, 2018 23:02
mudetroit pushed a commit that referenced this pull request Mar 14, 2024
Address issue with handleItemWithError possible not calling the callback
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