增加重连逻辑

This commit is contained in:
lwch
2022-06-15 11:34:18 +08:00
parent f7b5ed60e6
commit d98d43c193
6 changed files with 55 additions and 36 deletions
+4 -2
View File
@@ -14,8 +14,10 @@ require (
github.com/lwch/runtime v0.0.0-20190520054850-8c97e19e0c6d
github.com/lwch/yaml v0.0.0-20211206085137-772f80e85a26
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
golang.org/x/sys v0.0.0-20220614162138-6c1b26c55098
golang.org/x/text v0.3.7
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
golang.org/x/tools v0.1.11 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
google.golang.org/protobuf v1.28.0
gopkg.in/yaml.v3 v3.0.1 // indirect
)