[add] progress streaming
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-01 07:35:51 -05:00
parent 2c240f2f5c
commit 3057b86002
11 changed files with 257 additions and 22 deletions

View File

@@ -55,7 +55,7 @@ func cmdServer(ctx *cli.Context) error {
signal.Notify(interrupt, os.Interrupt, syscall.SIGTERM)
// Start Server
server := server.NewServer(assets)
server := server.NewServer(&assets)
server.StartServer(&wg, done)
// Wait & Close