We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18758ef commit 5f81b65Copy full SHA for 5f81b65
ws_wrapper/ws_local_server/ws_server.go
@@ -45,8 +45,8 @@ type WServer struct {
45
}
46
47
func (ws *WServer) OnInit(wsPort int) {
48
- ip := utils.ServerIP
49
- ws.wsAddr = ip + ":" + utils.IntToString(wsPort)
+ //ip := utils.ServerIP
+ ws.wsAddr = ":" + utils.IntToString(wsPort)
50
ws.wsMaxConnNum = 10000
51
ws.wsConnToUser = make(map[*UserConn]map[string]string)
52
ws.wsUserToConn = make(map[string]map[string]*UserConn)
0 commit comments