1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-11 02:13:49 +09:00

pool.Dial* methods + consesus test client

This commit is contained in:
Sergey Cherepanov 2022-10-05 11:41:48 +03:00 committed by Mikhail Iudin
parent 5200b54857
commit 978a320b43
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0
12 changed files with 394 additions and 75 deletions

View file

@ -15,6 +15,7 @@ import (
"github.com/anytypeio/go-anytype-infrastructure-experiments/node/account"
"go.uber.org/zap"
"net/http"
_ "net/http/pprof"
"os"
"os/signal"
"syscall"