Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EventBus not shared between processes #140

Open
nschwermann opened this issue Dec 16, 2014 · 4 comments
Open

EventBus not shared between processes #140

nschwermann opened this issue Dec 16, 2014 · 4 comments
Labels

Comments

@nschwermann
Copy link

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.

@william-ferguson-au
Copy link
Contributor

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

@nschwermann
Copy link
Author

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.

@william-ferguson-au
Copy link
Contributor

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

@greenrobot greenrobot added enhancement New feature or request not sure about this labels Nov 6, 2015
@Xiaofei-it
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants