Harry Chen

Results 4 issues of Harry Chen

Enumerator rely on ensure to release resource: https://github.com/travisbrown/iteratee/blob/main/files/src/main/scala/io/iteratee/files/package.scala#L92, which, in turn, using handleErrorWith to close resource: https://github.com/travisbrown/iteratee/blob/main/core/src/main/scala/io/iteratee/Enumerator.scala#L93 my question is if it is safe under concellation?

Running the example on the homepage triggers stack overflow exception.