Gancho Radkov
Gancho Radkov
closing as stale
closing as v1 is being sunset
Hey, please provide an example implementation how you're triggering the disconnects from the dapp side
Are you subscribed to `web3wallet.on('session_delete', ...` to be able to receive delete events? Which dapp are you testing with? It's possible that the dapp doesn't emit events correctly as well
We're not aware of any issues with events emitting. I'm failing to reproduce with our example [dapp](https://react-app.walletconnect.com/) & [wallet](https://react-wallet.walletconnect.com/). The wallet receives the disconnect correctly. I saw that you're on...
hey @eugenPtr session requests have default expiry of 5 minutes. Is it taking longer for you to sign?
>I think there is an issue with the relayer subscription of wallet connect and the event emitter is not emitting the session proposal event, It also doesnt return a status...
Additionally, please make sure that you're subscribed to receive `session_proposal` before you call `.pair` as you could be running into race conditions due to the reliance on useEffects (judging from...
It seems that both useEffects 1. that sets the event listeners 2. the one that calls pair are run at the same time by `initialized` potentially causing a race condition....
>seems like there's also a bug fix with requestsInFlight.clear()? I'm testing what might be causing the network drops