Octavian Axente

Results 8 comments of Octavian Axente

Hi @skibitsky, sorry for the late response. I tried you syntax and WC version 2.1.6 and I have the same broken state if I follow my steps. I see in...

> @axenteoctavian how exactly do you restore session after dapp restart? @skibitsky here is the code snippet: ``` _client = await WalletConnectSignClient.Init(_dappOptions); _client.SessionDeleted += (sender, session) => { Address =...

Hello @skibitsky! Can you please help with this issue, it is very important for me. Thank you!

Hi @skibitsky, thank you for the answer. I just tested yesterday the last version of the SDK but the same problem occurs (reconnecting to a stopped connection gets the app...

I just updated my projects. Here is the application where I try to reconnect: https://github.com/RemarkableTools/Mx.NET.Examples/blob/c0dbdd7f0d786f037766257f17ac85eac0122853/examples/WinForms/MainForm.cs#L73 And here is my SDK built on top of WalletConnectSharp: https://github.com/RemarkableTools/Mx.NET.SDK.WalletProviders/blob/faf2cbcbe745f13b8844cec2264c3e401bf3529b/src/Mx.NET.SDK.WalletConnect/WalletConnectGeneric.cs#L98 All works as expected...

It's `xPortal` application from MultiversX

Thank you for taking the time to test this. :pray: You reconnect to a good connection. From step 4 try this: 4. Stop the WinForms 5. Stop the connection from...

Hmm, I see... fixed it. Thank you @skibitsky! 🙏