Use sockets for server creation progress

This commit is contained in:
Fran Jurmanović
2025-09-18 01:06:58 +02:00
parent 760412d7db
commit 901dbe697e
17 changed files with 1314 additions and 188 deletions

View File

@@ -55,8 +55,8 @@ func InitializeControllers(c *dig.Container) {
logging.Panic("unable to initialize membership controller")
}
err = c.Invoke(NewSteam2FAController)
err = c.Invoke(NewWebSocketController)
if err != nil {
logging.Panic("unable to initialize steam 2fa controller")
logging.Panic("unable to initialize websocket controller")
}
}