优化验证重复安装服务

This commit is contained in:
boyce
2020-12-03 15:00:20 +08:00
parent b972709605
commit 9db4a42d10
3 changed files with 10 additions and 3 deletions

View File

@@ -45,7 +45,6 @@ var seedLocker sync.Mutex
type TcpPack struct {
Type TcpPackType //0表示连接 1表示断开 2表示数据
//MsgProcessor processor.IProcessor
ClientId uint64
Data interface{}
}