-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
just(T) : RxJavaObservableExecutionHook not called #2656
Comments
Thanks for the report. |
@abersnaze Since this probably affects work you're doing as well, can you take a look at what we need to fix here? It will be anything using the internal ScalarSynchronousObservable optimization I think. |
sure. |
What is the status of this issue? I've lost track of the proposed changes to |
See #3958. |
zsxwing
pushed a commit
that referenced
this issue
May 23, 2016
This PR adds the call to RxJavaObservableExecutionHook.onCreate() to the just() - ScalarSynchronousObservable construction. Related: #2656.
Closing via #3958 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using rx.Observable.just(T) the RxJavaObservableExecutionHook is not call.
This is not like other just(T,...) that call rx.Observable.from(Iterable<? extends T>).
The text was updated successfully, but these errors were encountered: