Skip to content

Commit

Permalink
Add clearRetransTable parameter to DoClose call
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Jan 11, 2022
1 parent 6f5d735 commit 80e08de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/messaging/ExchangeContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ void ExchangeContext::OnSessionReleased()
NotifyResponseTimeout();
}

DoClose(true);
DoClose(true /* clearRetransTable */);
}

CHIP_ERROR ExchangeContext::StartResponseTimer()
Expand Down

0 comments on commit 80e08de

Please sign in to comment.