-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add a mechanism to halt and resume connection #1
Labels
Comments
Hyralex
added a commit
that referenced
this issue
Jul 13, 2021
* Create build.yml * Remove travis build * remove coroutine * Add flake8 config and fix linting issue * add simple test and avoid initial connect when autoreconnect is false
Hyralex
added a commit
that referenced
this issue
Jul 13, 2021
* Create build.yml * Remove travis build * remove coroutine * Add flake8 config and fix linting issue * add simple test and avoid initial connect when autoreconnect is false
Hyralex
added a commit
that referenced
this issue
Jul 13, 2021
* Create build.yml * Remove travis build * remove coroutine * Add flake8 config and fix linting issue * add simple test and avoid initial connect when autoreconnect is false
Hyralex
added a commit
that referenced
this issue
Jul 13, 2021
* Create build.yml * Remove travis build * remove coroutine * Add flake8 config and fix linting issue * add simple test and avoid initial connect when autoreconnect is false
Verified : Working: https://github.com/smichalove/Anthem60_turnon/blob/main/AVM60onviaIP.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since the AVR can only support a single telnet connection at a time, responsible client code should have a method for disconnecting and reconnecting voluntarily so that the user can connect with other apps (like the ARC-2 room correction software) with disrupting other services.
The text was updated successfully, but these errors were encountered: