Skip to content

1.2.2

Latest
Compare
Choose a tag to compare
@trowski trowski released this 19 Jan 15:57
v1.2.2
97cbf28

What's Changed

  • Fixed clearing back-pressure if a Queue was completed while containing emitted values which had not been consumed, then the consumer explicitly disposed (called ConcurrentIterator::dispose()) of the associated iterator without consuming those values. Prior, the futures were not properly resolved with a DisposedException, but now will resolve as expected.

Full Changelog: v1.2.1...v1.2.2