-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Added RxJava3 adapter #3315
Added RxJava3 adapter #3315
Conversation
@mickverm you have some failing tests |
The following tests fail: FlowableTest
All with the same reason:
I noticed these same tests from the adapter-rxjava2 succeed but not without throwing errors:
|
I'm looking into atm and I've noticed that in |
@mickverm is removing the tests the right solution vs figuring out why |
Doing some more digging, I've noticed that in In RxJava2, they are using |
Ok, I have found the issue. In |
mickverm#1 |
You're right, I've implemented your changes. |
Is anyone looking at this guy? Would be awesome if we can merge it in so we can upgrade RxJava :D |
In case anyone is having a hard time finding it, @akarnokd has created a library for the
|
26b4f77
to
72a43c5
Compare
72a43c5
to
f68ceb4
Compare
Updated some docs and change the default behavior to async. |
Closes #3297