Closed JeremyPansier closed 2 years ago
To Reproduce Steps to reproduce the behavior:
Expected behavior Requesting the node blocks succeeds.
Actual behavior Requesting the node blocks fails.
💡Tip: Add client settings:
client, err = p2p.NewClient(tcp) settings := p2p.NewClientSettings() settings.SetConnTimeout(10*time.Second) client.SetSettings(settings)
To Reproduce Steps to reproduce the behavior:
Expected behavior Requesting the node blocks succeeds.
Actual behavior Requesting the node blocks fails.
💡Tip: Add client settings: