I've seen a few crashes with the error message getaddrinfo ENOTFOUND 1.main.bn.ironfish.network. I think the SDK handles errors properly in WebSocketConnection and WebRTCConnection, since I don't think we've ever seen this from the CLI. I found this DNS lookup that seems likely to be the culprit, and since we don't use it for anything, it's easy to remove.
I've seen a few crashes with the error message
getaddrinfo ENOTFOUND 1.main.bn.ironfish.network
. I think the SDK handles errors properly in WebSocketConnection and WebRTCConnection, since I don't think we've ever seen this from the CLI. I found this DNS lookup that seems likely to be the culprit, and since we don't use it for anything, it's easy to remove.Fixes IFL-1693