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

Docs for StreamListener and fromStream? #265

Open
evelant opened this issue Jun 3, 2020 · 0 comments
Open

Docs for StreamListener and fromStream? #265

evelant opened this issue Jun 3, 2020 · 0 comments

Comments

@evelant
Copy link

evelant commented Jun 3, 2020

These two seem to be missing from the docs and have some odd behavior.

I'm trying to wrap an rxjs observable but when using fromStream I noticed two problems:

  1. There's no way to tell when the observable is completed
  2. fromStream eats any errors from the observable and assigns them to .current as if they're just another normal value. Shouldn't it throw them instead?
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