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

Live-View Timeout Selection does not update automatically if server timeout is changed by 3rd party #14

Open
SamsonSmithC opened this issue Aug 22, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@SamsonSmithC
Copy link
Collaborator

The Live-View Timeout Select only updates if the C4 client was what changed the value. Changes via the server's express route or a server restart will not be shown in the selection until the live-view dialog is closed and re-opened.

During normal usage this issue is most likely to occur when:

  • A server resets to it's timeout default due to a crash & restart
  • A second C4 instance is loaded for the same server. One can make changes that the other will be unaware of.

The dialog that pops up when the server has timed out is unaffected by this issue as it pulls the value at the moment it is triggered.

@SamsonSmithC SamsonSmithC added the bug Something isn't working label Aug 22, 2022
@SamsonSmithC
Copy link
Collaborator Author

Considering creating a socket to listen for server changes whenever the live-view dialog is active.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant