Spencer Stock
Spencer Stock
### _Summary_ Param boxes are unwieldy. This gives them some ability to resize. ### _How did you test your changes?_ manually https://github.com/user-attachments/assets/0effe7f0-295b-42a4-8eb9-b5bdb891d2e4
### _Summary_ This set of fixes specifically targets reliability on mobile-mobile flows. It speeds up and fixes things in the reconnect process for our walletlink websockets. Connection Management: - Added...
### _Summary_ Connection Management: - Added WebSocket instance tracking to prevent event handling from stale connections - Fresh WebSocket creation on reconnection instead of reusing failed instances - Instance management...
### _Summary_ Removed lingering code from the heartbeat worker (no longer used) ### _How did you test your changes?_