diff --git a/framemgr.go b/framemgr.go index 8103019..0ed69d5 100644 --- a/framemgr.go +++ b/framemgr.go @@ -136,6 +136,7 @@ func (fm *FrameMgr) calSendList() { f.Sendtime = cur fm.sendlist.PushBack(f) f.Resend = false + loggo.Debug("push frame to sendlist %d %d", f.Id, len(f.Data)) } } }