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

Array values consumed #8

Closed
thisismydesign opened this issue Sep 15, 2017 · 2 comments
Closed

Array values consumed #8

thisismydesign opened this issue Sep 15, 2017 · 2 comments
Labels

Comments

@thisismydesign
Copy link
Owner

Input: {items:{nested_items:[@example_value, @example_value, @example_value]}}

streamer.get(nesting_level:3, key: 'items')

Output: ["value", "value", "value", {"nested_items"=>[]}]

Should be: ["value", "value", "value", {"nested_items"=>["value", "value", "value"]}]

@thisismydesign
Copy link
Owner Author

v1.1.2 fixes it.

@thisismydesign
Copy link
Owner Author

This "fix" caused values to be stuck in memory. It has been reverted in v2.0.0. Until a smarter fix is found this is the intended behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant