Traceur icon indicating copy to clipboard operation
Traceur copied to clipboard

Lib is not compatible with RxJava 2.2.1

Open ultraon opened this issue 7 years ago • 3 comments

From RxJava 2.2.1 this lib is not compatible any more. The issue is in renamed fields in RxJava2 BasicFuseableObserver.qs (was renamed to BasicFuseableObserver.qd) and BasicFuseableObserver.actual (was renamed to BasicFuseableObserver.downstream).

ultraon avatar Aug 26 '18 22:08 ultraon

@T-Spoon is it possible to fix this? Traceur doesn't work at all with latest versions of RxJava. It's a really simple fix as ultraon noted.

odiggity25 avatar Mar 25 '19 00:03 odiggity25

It seems like the changes were made in a different library. It has the same author. Try this one: https://github.com/akarnokd/RxJava2Extensions. It worked for me.

ndwaya avatar May 21 '19 15:05 ndwaya

See #11

Kevinrob avatar Sep 01 '19 13:09 Kevinrob