This commit is contained in:
Joel Wetzell
2026-02-01 20:52:58 -06:00
parent 78737f57af
commit a17be985e6

View File

@@ -89,6 +89,7 @@ func (pc *PSNClient) Run(ctx context.Context) error {
}
if pc.router != nil {
// TODO(jwetzell): better input handling
for _, tracker := range pc.decoder.Trackers {
pc.router.HandleInput(pc.ctx, pc.Id(), tracker)
}