You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
#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.
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.
The text was updated successfully, but these errors were encountered: