1 Star 0 Fork 5

zhoulala/goframe-websocket_1

加入 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)
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/zhoulala/goframe-websocket_1.git
git@gitee.com:zhoulala/goframe-websocket_1.git
zhoulala
goframe-websocket_1
goframe-websocket_1
master

搜索帮助