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

Reconnect if connection lost #30

Open
dringadrian opened this issue Jul 16, 2022 · 1 comment
Open

Reconnect if connection lost #30

dringadrian opened this issue Jul 16, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@dringadrian
Copy link

Please make it reconnect if connection lost, might be checking once on a few seconds or something

@kai-morich kai-morich added the enhancement New feature or request label Aug 27, 2022
@mh-g
Copy link

mh-g commented Dec 4, 2022

I have the same requirement for my app, which is a fork of this. Essentially, I added a feedback from TerminalFragment back to MainActivity upon connection loss and MainActivity then closes the old TerminalFragment and then restarts a new one. See mh-g/speedometer for details. (Alas, lots of other changes to the software as well, so it may be a bit hard to see the relevant changes. Among the other changes: some parsing in TerminalFragment and no UI for device selection.)

Also, I am quite new to Android and Java, so style and techniques are most likely not very good.

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

No branches or pull requests

4 participants
@mh-g @kai-morich @dringadrian and others