This commit is contained in:
esrrhs 2019-10-26 21:01:22 +08:00
parent 51bf1778c5
commit 9e1d5d61b2

View File

@ -136,6 +136,7 @@ func (fm *FrameMgr) calSendList() {
f.Sendtime = cur f.Sendtime = cur
fm.sendlist.PushBack(f) fm.sendlist.PushBack(f)
f.Resend = false f.Resend = false
loggo.Debug("push frame to sendlist %d %d", f.Id, len(f.Data))
} }
} }
} }