Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes tradle#47 The ´InetAddress.getHostName()´ blocks and does not resolve if there is no DNS server (example using an IOT device in AP mode, e.g. ESP8266), so I'm changing it to ´InetAddress.getHostAddress()´ as it is non-blocking.
- Loading branch information