Uwe (ObjectBox)

Results 607 comments of Uwe (ObjectBox)
trafficstars

@RobbWatershed Actually you are right, the "checker thread" that will hold a lock on `openFiles` is only created when there is a not closed `BoxStore` instance using the same database...

I finally had a closer look at this and could not find a situation that leads to a deadlock. Edit: however, there is a related issue where finalization of an...

Thanks for the update! I labeled this issue with "more info required" so it will auto-close in a few days if there are no follow-up comments.

`RealmList` appears to be a to-many relation. To do that in ObjectBox see https://docs.objectbox.io/relations#to-many-relations. Note: I labeled this issue with "more info required" so it will auto-close in a few...

Thanks for reporting! The relevant error appears to be: ``` [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Invalid argument(s): Failed to load dynamic library 'libobjectbox-jni.so': dlopen failed: empty/missing DT_HASH/DT_GNU_HASH in "/data/app/~~I9jU7h4Jwsk2ehJa3Ci35w==/com.example.evercrypted-wdU4XCSJY-w_FHDsJAk2EQ==/lib/arm64/libobjectbox-jni.so" (new hash type...

This is something ObjectBox needs to support. See https://github.com/objectbox/objectbox-java/issues/1178 for details. This also only impacts running an app on some yet to be released future devices.

Version 4.1.0 of the Android library has shipped with 16KB page size support. It is bundled with the ObjectBox Dart SDK since version [4.1.0](https://github.com/objectbox/objectbox-dart/releases/tag/v4.1.0).

Thanks for reporting! Assuming you are running unit tests, re-run the install.sh script to download the latest version of the database library: ``` bash

Forgot to update: the error message was restored as part of the `4.3.0` release.

Thanks for this great issue! This behavior is due to ObjectBox using a `FlexObjectConverter` subclass by default for these "flex" properties, see [their discussion in the docs](https://docs.objectbox.io/advanced/custom-types#flex-properties), notably the converter...