Start link clean

This commit is contained in:
刘河
2019-02-25 14:39:48 +08:00
parent 2c13a02bdc
commit 0711b9befb
2 changed files with 2 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ 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 {