mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 00:55:32 +00:00
trying to stop instability from happening
This commit is contained in:
@@ -195,11 +195,6 @@ func (s *Server) Kill() {
|
||||
s.shutdown.Wait()
|
||||
}
|
||||
|
||||
func (s *Server) Restart() {
|
||||
s.Stop()
|
||||
s.Start()
|
||||
}
|
||||
|
||||
func (s *Server) runner(srv *fiber.App) {
|
||||
s.running = make(chan bool)
|
||||
s.shutdown = &sync.WaitGroup{}
|
||||
|
||||
Reference in New Issue
Block a user