preetish-brine
preetish-brine
> > 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...
> 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...
> It seems that both useEffects > > 1. that sets the event listeners > 2. the one that calls pair > > are run at the same time by...
https://codesandbox.io/p/sandbox/6lsqsm here is a sandbox @markerikson please check this and get back
this just the code that we are using in the same flow exactly, this error is random and comes randomly the behaviour is very random hence its concerning @markerikson
This happens only a few times a day among many user sessions, so it’s almost certainly due to transient network instability rather than a deterministic code bug. It’s not reproducible...
Updated methods to make the sandbox support retry as well as random null responses , check index.tsx and comment / uncomment methods based on usage. https://codesandbox.io/p/sandbox/6lsqsm but yet to replicate...