Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add small startup delay to fix connection failures
If the external driver binary doesn't start listening quickly enough, it's possible for the client to connection too soon and have its connection refused. This adds a brief (2s) delay before connecting, to give the external driver time to start up. This happens to be enough time on my Mac, on which the drivers happen to start slowly enough for this issue to occur in the first place.
- Loading branch information