dcosson / vagrant-unison2

Vagrant plugin to sync local files to VM using Unison over SSH
MIT License
50 stars 8 forks source link

How do you kill polling (on mac?) #10

Closed hkirsman closed 8 years ago

dcosson commented 8 years ago

Hi, there was a connection bug that was fixed in 1.2.4. Does that release work for you?

If not, can you elaborate on what you mean?

To kill the unison-sync-polling command in general, press ctrl+c twice within 2 seconds

hkirsman commented 8 years ago

Sometimes it starts to push messages to screen every 1 second and then it's impossible to kill it. Otherwise it seems ctrl + c works.

dcosson commented 8 years ago

I've always able to reliably kill by hitting ctrl+c twice in quick succession.

I'm gonna close for now, but if you figure out a fix or idea for a better UI for killing I'd be happy to review a PR. I do find the feature of hitting ctrl-C once to just terminate the underlying unison process to be useful.