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 Feb 5, 2025
1 parent 4b78ea5 commit e2f439b
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 e2f439b

Please sign in to comment.