From 9e1d5d61b2df1c7c3242376a31404667ea0b2883 Mon Sep 17 00:00:00 2001 From: esrrhs Date: Sat, 26 Oct 2019 21:01:22 +0800 Subject: [PATCH] add --- framemgr.go | 1 + 1 file changed, 1 insertion(+) 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)) } } }