From aed73279f71aea6b3218128c6dd9516705c091a7 Mon Sep 17 00:00:00 2001 From: esrrhs Date: Sun, 27 Oct 2019 17:23:30 +0800 Subject: [PATCH] add --- framemgr.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/framemgr.go b/framemgr.go index e28935d..c11c41e 100644 --- a/framemgr.go +++ b/framemgr.go @@ -205,8 +205,6 @@ func (fm *FrameMgr) preProcessRecvList() (map[int32]int, map[int32]int, map[int3 fm.processRegAck(f) } else if f.Type == (int32)(Frame_REG) { fm.processRegAgain(f) - fm.remote_connected = true - loggo.Debug("recv reg again %d %d", f.Id, len(f.Data)) } } fm.recvlist.Init()