종료 순서 변경

This commit is contained in:
2024-02-16 17:38:03 +09:00
parent 6ea40da6b2
commit b7a027646e

View File

@ -45,7 +45,7 @@ func main() {
wsh.Start(ctx) wsh.Start(ctx)
server.Start() server.Start()
cancel() cancel()
so.Cleanup()
wsh.Cleanup() wsh.Cleanup()
so.Cleanup()
} }
} }