dbriggsDFleet
Results
1
comments of
dbriggsDFleet
Is there any negative side effect of just leveraging, `RxJava3CallAdapterFactory.createWithScheduler(Schedulers.io)` instead of the default `.create()`? Seems important that timeouts would be sent downstream instead of hanging. EDIT: It's also a...