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
Actually, i tried to send disconnect rpc request to the wallet via HTTP bridge and got some invalid results.
If you sending through the await this.sendRequest({ method: 'disconnect', params: [] }, onRequestSent); from the TonConnect SDK, wallet must return the next RPC response, like this:
but it returns Disconnect Event:
As you can see when we calling RPC response we must get RPC request. But we get App Event, as if we were manually disconnect our wallet from our tonconnect dapp in wallet aplication.
The text was updated successfully, but these errors were encountered:
Actually, i tried to send disconnect rpc request to the wallet via HTTP bridge and got some invalid results.
If you sending through the
await this.sendRequest({ method: 'disconnect', params: [] }, onRequestSent);
from the TonConnect SDK, wallet must return the next RPC response, like this:but it returns Disconnect Event:
As you can see when we calling RPC response we must get RPC request. But we get App Event, as if we were manually disconnect our wallet from our tonconnect dapp in wallet aplication.
The text was updated successfully, but these errors were encountered: