종료 안되는 문제 수정

This commit is contained in:
2023-11-29 13:07:51 +09:00
parent 168acce56e
commit c1cb226309
3 changed files with 4 additions and 4 deletions

View File

@ -52,6 +52,6 @@ func main() {
if err := server.Start(); err != nil {
logger.Println(err)
}
defer cancel()
cancel()
}
}