althonos/fs.sshfs

fs.sshfs not threadsafe?

Open

#17 opened on Jul 23, 2018

View on GitHub
 (3 comments) (0 reactions) (1 assignee)Python (32 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (94 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

When I try to make multiple calls to fs.open in a ThreadPoolExecutor my program hangs :(

Is fs.sshfs expected to be threadsafe? Is this a known issue?

Contributor guide