more async improvements and crypto bugfix
This commit is contained in:
parent
120464c0a5
commit
304135be2e
7 changed files with 161 additions and 79 deletions
|
|
@ -147,6 +147,7 @@ func main() {
|
|||
cancel()
|
||||
}
|
||||
filesystem.Close()
|
||||
<-filesystem.Done()
|
||||
log.Info("cachefs shutdown completed")
|
||||
os.Exit(0)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue