Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Close classpath directory after listing #552

Merged

Conversation

raboof
Copy link
Contributor

@raboof raboof commented Sep 25, 2020

A newDirectoryStream must be closed after reading. We can do that
immediately because we're sorting the list so we have to consume
the entire stream anyway.

A `newDirectoryStream` must be closed after reading. We can do that
immediately because we're sorting the list so we have to consume
the entire stream anyway.
Copy link
Collaborator

@dwijnand dwijnand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dwijnand dwijnand merged commit c6d858f into lightbend-labs:master Sep 26, 2020
@raboof raboof added this to the 0.8.1 milestone Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants