WrappingIterator does not destroy sources
Closed this issue · 2 comments
rubensworks commented
Unlike other iterators, the new WrappingIterator does not destroy sources on end, nor has it a destroySource
option.
This will likely result in problems where iterators keep running internally for a while (or infinitely), even though they can be stopped.
jacoscaz commented
Good point. Is anyone already working on this? I can have a look if not.
rubensworks commented