add waitGroups for waiting finish all connects

This commit is contained in:
2024-03-05 21:16:09 +03:00
committed by Евстигнеев Денис Сергеевич
parent 52e72aef57
commit ec82a143b2
4 changed files with 73 additions and 19 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work
# General
.DS_Store
.idea
.vscode