EventBus not shared between processes

Created on 16 Dec 2014  ·  4Comments  ·  Source: greenrobot/EventBus

adding the android:process attribute to one component of the Application will isolate that component from the default event bus. When calling getDefault a new bus will be created for that process.

feature not sure about this

Most helpful comment

I have made a library which supports EventBus between processes.
https://github.com/eleme/HermesEventBus

All 4 comments

That is correct.
A new process means a new JVM.

It would be nice for EventBus to handle the IPC. I'm not ready to propose an API but something wrapping AIDL files for you would be excellent.

I'm sure they'd review a pull request if you provided one.

I have made a library which supports EventBus between processes.
https://github.com/eleme/HermesEventBus

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ANewAnonymous picture ANewAnonymous  ·  4Comments

fmweigl picture fmweigl  ·  13Comments

ningjiaqi picture ningjiaqi  ·  7Comments

~
Liam6666 picture Liam6666  ·  5Comments

lordcodes picture lordcodes  ·  3Comments