mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-03 21:20:41 +00:00
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
|
//start
|
||||||
func (s *TRPClient) Start() {
|
func (s *TRPClient) Start() {
|
||||||
go s.linkCleanSession()
|
|
||||||
retry:
|
retry:
|
||||||
c, err := NewConn(s.bridgeConnType, s.vKey, s.svrAddr, common.WORK_MAIN, s.proxyUrl)
|
c, err := NewConn(s.bridgeConnType, s.vKey, s.svrAddr, common.WORK_MAIN, s.proxyUrl)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user