Skip to content

Commit

Permalink
chore(transport-test): add a todo note
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 committed Jan 23, 2025
1 parent 24d6f95 commit ebcb714
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/transport-bridge/src/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ export class TrezordNode {
};
res.addListener('close', listener);

// todo: is listener removed correctly? I noted it was firing long after the request was settled.

return abortController.signal;
}

Expand Down

0 comments on commit ebcb714

Please sign in to comment.