Dimezis / RxBus

Simple Rx Event Bus implementation using Kotlin for Android and RxKotlin (RxJava)
Apache License 2.0
88 stars 10 forks source link

Unable to transmit events cross processes #2

Open ztc1997 opened 8 years ago

ztc1997 commented 8 years ago

Such as the title, I found that it does not work across processes

Dimezis commented 8 years ago

Why would you expect it to be able to do so? Pull requests are appreciated if you're really interested in this feature :)

mojaninjaxddd commented 6 years ago

Dr