mirror of https://github.com/qwqdanchun/nps.git
Update client.go
This commit is contained in:
parent
aa5b869da9
commit
7f94b3871a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue