You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SIGPIPE is issued due to TimeOut.
The connect takes too long for returning for invalid IP addresses, the delay is much higher that the CLI RPC Timeout, hence the CLI returns before the daemon returns.
The issue can be fixed by increasing the CLI RPC clnt_call() TIMEOUT.
These are the steps I did to recreate the bug consistently:
This test was done with an older patchset so the line numbers may not match.
The text was updated successfully, but these errors were encountered: