-
Notifications
You must be signed in to change notification settings - Fork 61
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
[iOS][Android]Cannot disconnect wallet after use killSession
#84
Comments
killSession
killSession
Can you try to add a delay or separate button to kill the session? |
i tried separate button to kill the session, but still not work. TextButton(
onPressed: () async {
await connector.killSession();
},
child: const Text('Disconnect wallet'),
), also i tried another wallet |
@RootSoft thanks for your reply, do you have the same issue? Maybe there is something wrong with the way I am using it |
@WingCH Thanks for this, and good catch! |
Looking forward to your update! |
Please update |
Waiting for update! |
Sorry for the delays everyone, been quite a few busy weeks lately. |
Please update |
versions: walletconnect_dart: ^0.0.11
I just want to get the wallet address, so I use
killSession
aftercreateSession
returns the result, but I still see a connection in the wallet app.i have tried this MR #75 , but not work.
Reproduce step
Get Addresses
buttontrust wallet
(you can choose other wallet, i believe have same behavior)wallet app
will show authorize popup, clickconnect
wallet app
will back to sample app automatically and return some information including waller addresskillSession
will be executedwallet app
manuallyWalletConnect
page, check connecting listExpected result:
not find sample app, since already
killSession
Actual result:
sample app in connecting list
Video
document_6282579707053475856.mp4
Sample code
flutter doctor
The text was updated successfully, but these errors were encountered: