We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b8340 commit acfa755Copy full SHA for acfa755
objectbox/lib/src/native/query/query.dart
@@ -982,7 +982,7 @@ class Query<T> {
982
// Further messages are
983
// - ObxObjectMessage for data,
984
// - Exception and Error for errors and
985
- // - null when there is no more data.
+ // - null if the worker isolate is done sending data.
986
else if (message is _StreamIsolateMessage) {
987
try {
988
for (var i = 0; i < message.dataPtrAddresses.length; i++) {
0 commit comments