From b7a027646e051867619415b6ca79f6b1679af24a Mon Sep 17 00:00:00 2001 From: mountain Date: Fri, 16 Feb 2024 17:38:03 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A2=85=EB=A3=8C=20=EC=88=9C=EC=84=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index f205b6b..14bd20b 100644 --- a/main.go +++ b/main.go @@ -45,7 +45,7 @@ func main() { wsh.Start(ctx) server.Start() cancel() - so.Cleanup() wsh.Cleanup() + so.Cleanup() } }