tajchert / BusWear

EventBus for Android Wear devices.
Apache License 2.0
257 stars 23 forks source link

postRemote work normally in adapter but work like postlocal in mobile activity #8

Closed letroll closed 9 years ago

letroll commented 9 years ago

I have the bug in the title, can you help me?

tajchert commented 9 years ago

What adapter do you mean? Can you paste some code that doesn't work for you - or even a sample project?

letroll commented 9 years ago

Sorry I do not have this code for now, but basically in the code of a onEvent, I was doing a Eventbus.getDefault.postRemote and it was acting like a postLocal

tajchert commented 9 years ago

As sample project uses it and it works fine I'm closing this due to lack of being able to reproduce. If you find that bug able to reproduce please create new project or just form sample one and make it so it reproduces a bug or shows a incorrect way of sending data.