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

Multi-document streams #11

Open
tlsa opened this issue Mar 14, 2018 · 1 comment
Open

Multi-document streams #11

tlsa opened this issue Mar 14, 2018 · 1 comment

Comments

@tlsa
Copy link
Owner

tlsa commented Mar 14, 2018

Decide how/whether to support multi-document streams.

Maybe the current API only supports single document streams, and a new one can be added that takes a client callback that is called for each new document created from the stream.

@tlsa
Copy link
Owner Author

tlsa commented Mar 14, 2018

#12 fixes the issue where subsequent documents would trample the data for the first document. So with this, only the first document in the stream is loaded, and if there are more a warning is logged.

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

No branches or pull requests

1 participant