Keepalive
go func() {
for {
_, _ = nextblockApiClient.Ping(context.Background())
time.Sleep(time.Minute)
}
}()Last updated
go func() {
for {
_, _ = nextblockApiClient.Ping(context.Background())
time.Sleep(time.Minute)
}
}()Last updated