xxl-job / xxl-job-executor-go

xxl-job 执行器(golang 客户端)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

与Gin搭配会导致进程无法退出

mztlive opened this issue · comments

  go exec.Run()

  gin.Run()

这样子写的话没法通过ctrl+c退出进程了。
为什么呢?

已经解决