Uwe (ObjectBox)
Uwe (ObjectBox)
Closing this issue due to inactivity. :zzz: Feel free to comment with more details or submit a new issue.
Thanks for reporting! Some basics: it looks like this happens when reading `url` from [ObjectBoxTile](https://github.com/JaffaKetchup/flutter_map_tile_caching/blob/9268675e19d246da2a9bb298aa00812e09c5891e/lib/src/backend/impls/objectbox/models/src/tile.dart#L15): ``` @Index() @Unique(onConflict: ConflictStrategy.replace) String url; ``` Then FlatBuffers errors because the byte offset is...
OK, finally had time to try to reproduce this again. @Soap-141 thanks, your suggestion allowed me to import the file! However, running a few times with `flutter run` using the...
Is this still an issue with the `4.3.0` release? The database library received improvements to make sure a Store will wait with closing until all database operations have finished. This...
Thanks for this issue! Note that the `maxResultCount` parameter only applies to the results of the nearest neighbor search, see also the [API documentation](https://pub.dev/documentation/objectbox/latest/objectbox/QueryHnswProperty/nearestNeighborsF32.html) on how to use it. It...
Thanks for this detailed report! Based on the crash log this looks exactly like a plugin issue on iOS 17 as described in https://github.com/objectbox/objectbox-dart/issues/561#issuecomment-1776592440, which is https://github.com/flutter/flutter/issues/67624. For the ObjectBox...
Yes, the path_provider plugin seems to be "affected". But note that even if they apply [the recommended workaround](https://github.com/flutter/flutter/issues/67624#issuecomment-801971172), the plugin registration would just not work instead of crash. I remembered...
@JaffaKetchup Thanks for the update. Unfortunately thread 30 does not have any symbols. And as this is using the ObjectBox Swift library behind the scenes I'm not sure I can...
Thanks for the update! I had no time to look into this, yet. Given these changes, I wonder if the Store somehow gets closed while the results are streamed (so...
@liuduwei [JaffaKetchup said a change was made](https://github.com/objectbox/objectbox-dart/issues/654#issuecomment-2297501247) to the library that works around this issue. Is your project using that version? On a side note, please do not only share...