-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Source observable sequence has completed and no further element will be bound. This may be something unexpected. #1431
Comments
|
In my case it's expected and I got a lot of warnings in my console now. |
I'm doing the same thing (binding to an Observable that completes), and this warning doesn't really contribute much. Is the reason behind this warning that binding should only happen on hot observables? |
I think that binding something finite is weird IMHO and is probably a bug. However, I can remove this warning for the next release. |
Removed. |
Just updated RxSwift from 3.4 to 4.0 beta.1 and started to seeing this warning in the console:
What does it means? It wasn't a case before and I have no idea what causing it. :)
The text was updated successfully, but these errors were encountered: