isAvailableSync
Checks if the TCP port is available on LocalHost or not.
NOTE: This is a blocking call and should be invoked from a background thread.
Parameters
host
either LocalHost.IPv4 or LocalHost.IPv6
See also
Throws
if the check fails (e.g. calling from Main thread on Android)