hikalkan / scs

TCP Server/Client Communication and RMI Framework
MIT License
225 stars 112 forks source link

Allow hostnames on ScsTcpClient #17

Closed angelcalvasp closed 8 years ago

angelcalvasp commented 8 years ago

When a hostname is entered the IPAddressParse will throw an exception, a condition has been written so that it is treated appropiately

angelcalvasp commented 8 years ago

This it what I had in mind, any thoughts?

hikalkan commented 8 years ago

I didn't know that there is a DnsEndPoint in the framework. If so and this code works, it seems fine.

angelcalvasp commented 8 years ago

I tested it with a hostname through a vpn and the messages were sent and received

hikalkan commented 8 years ago

Thank you.