Compare commits
No commits in common. "1714948491371bf364682724d4b985ed5ae6b38a" and "8125bf01e443a8180a5459a1cc48d28244f4e788" have entirely different histories.
1714948491
...
8125bf01e4
|
@ -71,7 +71,7 @@ func (this *MachineManager) Init() {
|
||||||
Addr: addr,
|
Addr: addr,
|
||||||
}
|
}
|
||||||
SetBaseParam(conn)
|
SetBaseParam(conn)
|
||||||
fmt.Println("与娃娃机连接成功!设置每台娃娃机基础配置!Id = ", i+1, "addr = ", addr)
|
logger.Logger.Trace("设置每台娃娃机基础配置!")
|
||||||
|
|
||||||
}
|
}
|
||||||
/* fmt.Println("Connected to server:\n", this.ConnMap[1].RemoteAddr())
|
/* fmt.Println("Connected to server:\n", this.ConnMap[1].RemoteAddr())
|
||||||
|
|
Loading…
Reference in New Issue