This commit is contained in:
esrrhs 2019-10-27 17:25:05 +08:00
parent aed73279f7
commit 6ad90d18aa

View File

@ -203,7 +203,7 @@ func (fm *FrameMgr) preProcessRecvList() (map[int32]int, map[int32]int, map[int3
fm.processReg(f)
} else if f.Type == (int32)(Frame_REGACK) {
fm.processRegAck(f)
} else if f.Type == (int32)(Frame_REG) {
} else if f.Type == (int32)(Frame_REGAGAIN) {
fm.processRegAgain(f)
}
}