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

Auto reconnect #44

Open
HaLeiVi opened this issue Aug 28, 2020 · 1 comment
Open

Auto reconnect #44

HaLeiVi opened this issue Aug 28, 2020 · 1 comment

Comments

@HaLeiVi
Copy link

HaLeiVi commented Aug 28, 2020

I don't see a way to set the connection to automatically reconnect. Is this possible? I believe this is a part of the profile.

@TheObliterator
Copy link

Yes, the reconnection setting is managed in the profile.

Set the connectionMode entry to auto in the profile.xml file and rebuild.
I.e. auto
My fork has this set for all profile types.

If you need to configure the auto-reconnection state dynamically, you would need to replace the 'auto' entry with a placeholder. E.g. {4}. Then substitute that variable in the same way the other variables are set.

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