When specifying the server to connect to, it would be useful to allow hostnames.
If I take this library into production there will be multiple servers, which makes management of those servers an important topic.
When I run the following code, I'd expect it to work, but I get an error messages
`Client.Connect("localhost:7777");`
(CLIENT): Invalid host address 'localhost:58473'! IP and port should be separated by a colon, for example: '127.0.0.1:7777'.
This appears to be a bit of an artificial limitation, I have never run into a system where I cannot swap out the ip address for the host name (I am sure it happens, just seen it rarely)
I am on 2.1.2.
When specifying the server to connect to, it would be useful to allow hostnames.
If I take this library into production there will be multiple servers, which makes management of those servers an important topic.
When I run the following code, I'd expect it to work, but I get an error messages
This appears to be a bit of an artificial limitation, I have never run into a system where I cannot swap out the ip address for the host name (I am sure it happens, just seen it rarely)
I am on 2.1.2.