Update client.go

This commit is contained in:
he liu
2019-02-24 16:43:26 +08:00
committed by GitHub
parent aa5b869da9
commit 7f94b3871a

View File

@@ -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 {