종료 순서 변경

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)
server.Start()
cancel()
so.Cleanup()
wsh.Cleanup()
so.Cleanup()
}
}