Skip to content

Commit f8e648c

Browse files
Async query: clarify note about worker isolate being done (#8)
1 parent 7299459 commit f8e648c

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
@@ -985,7 +985,7 @@ class Query<T> {
985985
// Further messages are
986986
// - ObxObjectMessage for data,
987987
// - Exception and Error for errors and
988-
// - null when there is no more data.
988+
// - null if the worker isolate is done sending data.
989989
else if (message is _StreamIsolateMessage) {
990990
try {
991991
for (var i = 0; i < message.dataPtrAddresses.length; i++) {

0 commit comments

Comments
 (0)