Uwe - ObjectBox

Results 427 comments of Uwe - ObjectBox

Update: the benchmarking app for ObjectBox is available at https://github.com/objectbox/objectbox-performance

That API is only available on Android. I guess that's why System time was chosen. Might make more sense to switch to the new Java 8 Time APIs and allow...

As the service listens on the main thread to the event, the event might get queued on the main thread event queue and not be delivered before the service is...

Thanks! We'll have a look at some point if that is enough (note: I remember something about package names not being allowed to overlap, need to check if the Android...

@plumstone Thanks for the info! Fixed in `master` branch, e.g. rebase your change onto or merge the changes from `master`.

Thanks! I doubt this makes a significant difference, but if it checks out we'll include this in the next release.

Haven't tried. What are the requirements? Do you maybe have a code snippet or link to some docs to explain what you are trying to do?

This error indicates there no methods annotated with `@Subscribe`. Can you provide an example and more detailed steps to reproduce this? I'm not sure how system time could affect subscriber...

EventBus is a Java/Kotlin library. I'm not sure how it would work with C#, which is the language above. No?