From 7f94b3871a298d2ef4edc1760f478b98309165fc Mon Sep 17 00:00:00 2001 From: he liu Date: Sun, 24 Feb 2019 16:43:26 +0800 Subject: [PATCH] Update client.go --- client/client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client/client.go b/client/client.go index 916bb1a..1175aa9 100755 --- a/client/client.go +++ b/client/client.go @@ -38,7 +38,6 @@ func NewRPClient(svraddr string, vKey string, bridgeConnType string, proxyUrl st //start func (s *TRPClient) Start() { - go s.linkCleanSession() retry: c, err := NewConn(s.bridgeConnType, s.vKey, s.svrAddr, common.WORK_MAIN, s.proxyUrl) if err != nil {