You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug (Current Behavior)
It appears that closeSignClient in WalletConnectCommunicationClient is causing issues with session event propagation.
Steps to Reproduce
After pairing with a wallet, click "Disconnect."
Pair with the wallet again.
From the wallet, send a session update.
The dApp does not receive the event.
Expected (Correct) Behavior
Contrary to Beacon’s original design, a signClient reference should always maintain an open connection to the relayer.
Environment
Device: Macbook Pro M1 Max
OS: macOS Sequoia 15.0.1
Browser Chrome
The text was updated successfully, but these errors were encountered:
Describe the Bug (Current Behavior)
It appears that
closeSignClient
inWalletConnectCommunicationClient
is causing issues with session event propagation.Steps to Reproduce
Expected (Correct) Behavior
Contrary to Beacon’s original design, a
signClient
reference should always maintain an open connection to the relayer.Environment
The text was updated successfully, but these errors were encountered: