Skip to content

Commit acfa755

Browse files
Async query: clarify note about worker isolate being done (#8)
1 parent 17b8340 commit acfa755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objectbox/lib/src/native/query/query.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ class Query<T> {
982982
// Further messages are
983983
// - ObxObjectMessage for data,
984984
// - Exception and Error for errors and
985-
// - null when there is no more data.
985+
// - null if the worker isolate is done sending data.
986986
else if (message is _StreamIsolateMessage) {
987987
try {
988988
for (var i = 0; i < message.dataPtrAddresses.length; i++) {

0 commit comments

Comments
 (0)