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

[Bug] Account changes unloaded #97

Open
M1L4 opened this issue Sep 6, 2017 · 0 comments
Open

[Bug] Account changes unloaded #97

M1L4 opened this issue Sep 6, 2017 · 0 comments

Comments

@M1L4
Copy link

M1L4 commented Sep 6, 2017

[Problem]
All accounts are read when proShine starts. The information is hold in memory until client closes. Following usecases result in an irregular behaviour:

  • clients a-c: running accounts
  • client a: adding a new account or modifying proxy adress for one and/or many accounts
  • client a: closing and
  • client b-c: trying to open previous modified account, still holds old account information (no new account, or unmodified proxies)

[Description]
The inutitive behaviour would be, if account information is saved - it should be loaded when trying to connect to any of them.

[Suggestion]
Instead of initializing the account information at client startup, it could be done during the connection dialog startup. This way not much of the code had to be reworked and the result shold be about right as well.

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

No branches or pull requests

1 participant