You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is very unintuitive that await q.next just after await q.hasNext returning true might fail.
It is extremely unintuitive, almost insane, that q.hasNext.then((n) {print("4: $n");}) might print false.
You should remove those APIs completely, unless changing those behavior.
It is very unintuitive that
await q.next
just afterawait q.hasNext
returningtrue
might fail.It is extremely unintuitive, almost insane, that
q.hasNext.then((n) {print("4: $n");})
might printfalse
.You should remove those APIs completely, unless changing those behavior.
See also #356, #355, and dart-lang/sdk#50217.
The text was updated successfully, but these errors were encountered: