lendup / fs2-blobstore

Minimal, idiomatic, stream-based Scala interface for key/value store implementations
Apache License 2.0
92 stars 26 forks source link

Fix deadlock in SftpStore LS #58

Closed gafiatulin closed 4 years ago

gafiatulin commented 4 years ago

As pointed out by @byungk SftpStore.list deadlocks for directories with more than 64 entries.

gafiatulin commented 4 years ago

Closed in favor of https://github.com/fs2-blobstore/fs2-blobstore/pull/6