We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When calling client.clear_session(), the internal state should also be cleared, so that on the next attempt the client will ask for passphrase again.
client.clear_session()
state
This vaguely matches what T1 does. But see also #1
The text was updated successfully, but these errors were encountered:
afe41d5
matejcik
No branches or pull requests
When calling
client.clear_session()
, the internalstate
should also be cleared, so that on the next attempt the client will ask for passphrase again.This vaguely matches what T1 does. But see also #1
The text was updated successfully, but these errors were encountered: