Hi, how do you debug RxKotlin? Especially when wor...
# android
n
Hi, how do you debug RxKotlin? Especially when working with Schedulers that run on a separate thread and is observed on the main thread?
stackoverflow 2
g
Same as RxJava. RxKotlin just a bunch of extension functions. doesn’t have any special about testing or Schedulers
n
Cool. How would you achieve that for RxJava?
g
This not related to Android or even Kotlin, there are a bunch of materials about RxJava. If you still have a question, consider create an issue on RxJava issue tracker https://github.com/ReactiveX/RxJava/issues
n
cool