pwrdrvr/lambda-dispatch

Router - Fix PendingCount on non-dispatched request timeout

huntharo opened this issue · 0 comments

Motivations

  • Related to #159 (invokes continued forever because PendingCount never went back to 0)
  • Fix a case where PendingCount does not get decremented when a PendingRequest is never dispatched

Acceptance Criteria

  • Add a failing test
  • Fix the failing test