WizardConnect/packages/wallet
hantyrram d907c2c1b0 fix(wizardconnect): defer connection cleanup until relay disconnect completes
- `conn.cleanup()` calls `client.disconnect()` which closes the WebSocket
transport.
- In the old code, cleanup ran synchronously right after `conn.client.relay(disconnectMsg)`, so the transport was torn down before the async relay message could be transmitted. The error was silently swallowed by `.catch(() => {})` — the disconnect message was never actually sent to the dapp.
2026-05-25 14:03:14 +08:00
..
src fix(wizardconnect): defer connection cleanup until relay disconnect completes 2026-05-25 14:03:14 +08:00
package.json Add chunk transport extension for oversized messages 2026-04-21 14:58:12 +02:00
tsconfig.json First commit for WizardConnect 2026-03-06 11:38:09 +01:00
vitest.config.ts First commit for WizardConnect 2026-03-06 11:38:09 +01:00
vitest.integration.config.ts First commit for WizardConnect 2026-03-06 11:38:09 +01:00