T-Spoon / Traceur

Easier RxJava2 debugging with better stacktraces
489 stars 28 forks source link

Lib is not compatible with RxJava 2.2.1 #10

Open ultraon opened 6 years ago

ultraon commented 6 years ago

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).

odiggity25 commented 5 years ago

@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.

ndwaya commented 5 years ago

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.

Kevinrob commented 5 years ago

See #11