Justin Breitfeller
Justin Breitfeller
Just as an FYI, I was able to use the plugins block with the ObjectBox plugin and it does not work. The ObjectBox plugin tries to resolve if you already...
@greenrobot-team Yea, our build use this methodology. You can't specify a version this way, but I don't think this is the preferred method for adding plugins anymore. You also can't...
Multiple emissions from a data subscription when one is expected, after quickly recreating box store
I did some debugging on this issue and it appears that this is more of a simple race condition that just happens to be triggered by this order of events....
Multiple emissions from a data subscription when one is expected, after quickly recreating box store
It's been a while since this issue has been updated. Should I post a pull request for my fix or is this considered a non-issue?
Multiple emissions from a data subscription when one is expected, after quickly recreating box store
I think that an unsubscribe stopping callbacks is a noble goal, but unfortunately even the current implementation doesn't make that guarantee. Its entirely possible for the following events: 1) ObjectClassPublisherChangeThread...