[launcher] Delay when opening wallet
alexlyp opened this issue · 0 comments
alexlyp commented
I'm still seeing a delay at the very end of the wallet launcher when it says "Set up wallet" at the bottom. I've investigated through the code but was unable to figure out why it just sits during that step. As far as I can tell, it is not waiting for any request to return, it just waits then I see a @@route/LOCATION_CHANGE and a SET_PAGEBODY_TOP_REF action in the console. That's a full 10 seconds after the last action received GETPROPOSAL_UPDATEVOTESTATUS_SUCCESS. So maybe there is some hidden action that isn't being captured by redux or some other delay that is holding it up?