This commit is contained in:
richboo111
2023-04-25 15:04:59 +08:00
parent 34637587d9
commit 472cb41ed5
2 changed files with 10 additions and 6 deletions

View File

@@ -32,8 +32,6 @@ func Init() {
fmt.Printf("服务器启动成功,端口号:%s\n", CommonSetting.HttpPort)
}
var upgrader = websocket.Upgrader{}
func StartWebSocket(conn *websocket.Conn, clientID string, err error) {
//设置读取消息大小上线