When the driver can't connect to any contact point, it aborts with an error.
What we could do instead is reattempt periodically, based on a schedule from the reconnection policy. The connect() call would only complete upon successful reconnection. This would be configurable, with the default being off (fail if first attempt fails) for backward compatibility.