-
-
Notifications
You must be signed in to change notification settings - Fork 551
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
Fix install #4491
Fix install #4491
Conversation
Handled issue with session encrypted. TODO: install steps check
The fix provides minor changes to permit the installation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just tested, I made some changes (I asked to merge into this branch): #4503
I had a few hangs due to mishandled cases in anti bruteforce, an error after removing the temporary securefile and minor modifications.
jsonValues = "", | ||
skFile = ""; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason to declare them as var
instead of let
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, just that it was the case since the begining and did not readjust.
As said all this should be rewritten.
In relation to #4479