codekitchen / fsevents_to_vm

forward OS X file system events to a VM, designed for use with Dinghy
MIT License
22 stars 10 forks source link

retry on error #8

Open codekitchen opened 6 years ago

codekitchen commented 6 years ago

SSH timeout errors specifically appear to be more common now on High Sierra, see https://github.com/codekitchen/dinghy/issues/262

We might want to retry a couple times with a backoff timer when we hit an error like this, so events aren't missed.