more async improvements and crypto bugfix

This commit is contained in:
ston1th 2022-08-17 23:58:46 +02:00
commit 304135be2e
7 changed files with 161 additions and 79 deletions

View file

@ -147,6 +147,7 @@ func main() {
cancel()
}
filesystem.Close()
<-filesystem.Done()
log.Info("cachefs shutdown completed")
os.Exit(0)
}