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

VCell's behavior when closing a window while disconnected is undesirable #1331

Open
CodeByDrescher opened this issue Jul 26, 2024 · 0 comments
Assignees
Labels
Error Reporting All issues related to the relay of errors java Pull requests that update Java code Type: Bug bug report user interface

Comments

@CodeByDrescher
Copy link
Contributor

If the client is disconnected (and does not know it's disconnected) when the user tried to close a window with changes, two bad things can occur:

  1. the user selects "no" (i don't want to save my changes), and VCell locks up for ~7-30 seconds; no user input registers.
  2. the user selects "yes" (I would like to save), and VCell futilely attempts to save the model to a server it hasn't realized it's disconnected from.

This may be related to VCell freezing up overnight, as the logical pathways may be similar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Error Reporting All issues related to the relay of errors java Pull requests that update Java code Type: Bug bug report user interface
Projects
Status: Active
Development

No branches or pull requests

1 participant