Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving between networks #190

Closed
rualark opened this issue Feb 3, 2020 · 1 comment
Closed

Moving between networks #190

rualark opened this issue Feb 3, 2020 · 1 comment

Comments

@rualark
Copy link

rualark commented Feb 3, 2020

Hi! Can mutagen session reconnect itself if master host moves between networks. For example, during the day, my notebook moves between wired connection at work, wireless connection at work, vpn connection remotely.

I tried to not terminate session each time, as I did before (because terminating session tends to create artificial conflicts every time files change), but just wait for it to reconnect, but I get this:
image

Is there a way to not terminate session and reconnect while moving between networks, so that artificial conflicts are not created like in issue #180 ? Also, from time to time some sessions hang and cannot terminate at all like in issue #174 so there is actually no way to reconnect after network change without a reboot

@xenoscopic
Copy link
Member

Mutagen will reconnect automatically if disconnected. That error message indicates that the connection was terminated abruptly, but Mutagen will continue trying to reconnect at 5 second intervals. If you want to force reconnection faster, you can use mutagen sync resume <session> or mutagen sync resume --all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants