This bug is extremely easy to replicate. Just try to connect to localhost while there isn't an open server there. netty will give up and that general case exception will be thrown.
[media]
You could also replicate that with an server that MC can ping but its unreachable, but thats out of scope. The same exact error is thrown but the ip is censored for privacy reasons. Testing with localhost is suggested since the failure is immediate (and not whatever netty's timeout is configured to be)
This bug is extremely easy to replicate. Just try to connect to localhost while there isn't an open server there.
netty will give up and that general case exception will be thrown.
You could also replicate that with an server that MC can ping but its unreachable, but thats out of scope. The same exact error is thrown but the ip is censored for privacy reasons. Testing with localhost is suggested since the failure is immediate (and not whatever netty's timeout is configured to be)