WalletConnect / WalletConnectKotlinV2

WalletConnect Kotlin SDK v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Receiving Previous Requests

Jimyeol opened this issue · comments

commented

SDK Version

  • Client: �Kotlin
  • Version 1.22.0

While alternating connections and cancellations between dApp A and dApp B, and repeatedly sending Requests, it seems that the Requests get tangled. From a certain point, when sending a Request from dApp B, it receives the Request previously sent from dApp A. The current version in use is v1.22.0.

#1268
#1105
Maybe this issue seems similar.