mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-03 04:26:53 +00:00
change client closed text
This commit is contained in:
@@ -233,7 +233,7 @@ func run() {
|
|||||||
go func() {
|
go func() {
|
||||||
for {
|
for {
|
||||||
client.NewRPClient(*serverAddr, *verifyKey, *connType, *proxyUrl, nil, *disconnectTime).Start()
|
client.NewRPClient(*serverAddr, *verifyKey, *connType, *proxyUrl, nil, *disconnectTime).Start()
|
||||||
logs.Info("It will be reconnected in five seconds")
|
logs.Info("Client closed! It will be reconnected in five seconds")
|
||||||
time.Sleep(time.Second * 5)
|
time.Sleep(time.Second * 5)
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
Reference in New Issue
Block a user