I just tried node-jsonrpc2, works great, until trying to create new client with host and port of an not existing host. Using try catch does not work, error is thrown and application crashes. Is there a way to check if a host is available before trying to connect to the host? Thanks in advance.