Closed rpeach-sag closed 5 years ago
And a debugLogSubscription?
Or a
.do(LoggingSubscriber.create()) .subscribe(LoggingSubscriber.create())
Or add:
.subscribe(Subscriber.create().logNext().logComplete().logError())
And a debugLogSubscription?