add
This commit is contained in:
parent
f93b24d3d1
commit
aed73279f7
@ -205,8 +205,6 @@ func (fm *FrameMgr) preProcessRecvList() (map[int32]int, map[int32]int, map[int3
|
|||||||
fm.processRegAck(f)
|
fm.processRegAck(f)
|
||||||
} else if f.Type == (int32)(Frame_REG) {
|
} else if f.Type == (int32)(Frame_REG) {
|
||||||
fm.processRegAgain(f)
|
fm.processRegAgain(f)
|
||||||
fm.remote_connected = true
|
|
||||||
loggo.Debug("recv reg again %d %d", f.Id, len(f.Data))
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fm.recvlist.Init()
|
fm.recvlist.Init()
|
||||||
|
Loading…
Reference in New Issue
Block a user