Merge pull request #484 from Open-KO/add-client-connection-debug
Client: Add connection error debug for debug builds
It has been quite common for users to be confused about where the client is connecting to and how it's configured.
This change overrides connection error messages (for debug builds only) to provide more obvious info on where it's connecting, what error code we got, and where exactly this IP was configured (the ports are hardcoded).
Note that the message is very limited because the UI easily runs out of space, especially with longer IP addresses (or well, hostnames).
Github Commit Görüntüle...
See Commints...
..
Client: Add connection error debug for debug builds
It has been quite common for users to be confused about where the client is connecting to and how it's configured.
This change overrides connection error messages (for debug builds only) to provide more obvious info on where it's connecting, what error code we got, and where exactly this IP was configured (the ports are hardcoded).
Note that the message is very limited because the UI easily runs out of space, especially with longer IP addresses (or well, hostnames).
Github Commit Görüntüle...
See Commints...
..