1 Star 10 Fork 5

糖水不加糖 / goframe-websocket

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 348 Bytes
一键复制 编辑 原始数据 按行查看 历史
糖水不加糖 提交于 2022-06-24 10:31 . 新增:平滑注销client
package main
import (
_ "github.com/gogf/gf/contrib/drivers/mysql/v2"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/os/gctx"
_ "websocket/internal/packed"
"websocket/internal/websocket"
"websocket/internal/cmd"
)
func main() {
ctx := gctx.New()
cmd.Main.Run(ctx)
g.Dump("http server down")
websocket.Manager().Shutdown(ctx)
}
Go
1
https://gitee.com/tsbjt/goframe-websocket.git
git@gitee.com:tsbjt/goframe-websocket.git
tsbjt
goframe-websocket
goframe-websocket
master

搜索帮助