Currently, if a client tries to connect to a server that does not exist, then a timed out error is printed to the console but the bevy application has no way of detecting this. It would be helpful if the bevy application could tell if a connection fails so it could let users know.
The Issue
Currently, if a client tries to connect to a server that does not exist, then a
timed out
error is printed to the console but the bevy application has no way of detecting this. It would be helpful if the bevy application could tell if a connection fails so it could let users know.