Skip to content

Improvement: Do not continue re-connect after quit/shutdown/hibernate/suspend #1310

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

wutschel
Copy link
Collaborator

@wutschel wutschel commented Aug 17, 2025

Description

Closes #633.

Stop re-connection attempts after user selected Quit Application, Shutdown System, Hibernate System or Suspend System from the power menu and Kodi reported success. To stay consistent with the status reflected in the UI, the current selected server is unselected. After Remote App relaunch there is no server connection attempted to be connected again. The user needs to select the desired server again.

Summary for release notes

Improvement: Do not continue re-connect after quit/shutdown/hibernate/suspend

@wutschel wutschel changed the title Improvement: Do not continue re-connected after quit/shutdown/hibernate/suspend Improvement: Do not continue re-connect after quit/shutdown/hibernate/suspend Aug 17, 2025
Calling disconnectFromActiveServer resets the server settings which is equal to not having server selected. In case the server list is shown, the active server must be deselected.
@wutschel wutschel force-pushed the fix_server_status_shutdown branch from 0afbce2 to 0ceb471 Compare August 17, 2025 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remote tries to connect to Kodi after executing Quit Application
1 participant