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
Indeed, if you "hack" into that Iterator it won't work properly as it implementing Disposable is not part of the public intended API. I'll see what I can do about it in 2.x. For 3.x, it probably needs some redesign to work with try-with-resources for example.
Calling
hasNext()
on a a blocking iterator never returns if the iterator has been disposed.Tested on 2.2.11
To reproduce:
The text was updated successfully, but these errors were encountered: