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
Make BufferedChannelIterator#hasNext idempotent (#4065)
The rationale in favor of the change includes:
* in the `1.6.x` series `Channel().iterator().hasNext()` was idempotent
* despite the lack of requirement for the `Iterator#hasNext` method implementations
to be idempotent, it is generally safer to make them such. The same applies
to `ChannelIterator#hasNext`
0 commit comments