Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google committed Aug 11, 2022
1 parent f83c21b commit 0f7da65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/InteractionModelEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1435,8 +1435,6 @@ void InteractionModelEngine::OnFabricRemoved(const FabricTable & fabricTable, Fa
if (readClient->GetFabricIndex() == fabricIndex)
{
ChipLogProgress(InteractionModel, "Fabric removed, deleting obsolete read client with FabricIndex: %u", fabricIndex);
RemoveReadClient(readClient);
readClient->mpImEngine = nullptr;
readClient->Close(CHIP_ERROR_IM_FABRIC_DELETED, false);
}
}
Expand Down
1 change: 1 addition & 0 deletions src/messaging/tests/MessagingContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ void MessagingContext::SetMRPMode(MRPMode mode)
mSessionDavidToCharlie->AsSecureSession()->SetRemoteMRPConfig(
ReliableMessageProtocolConfig(System::Clock::Milliseconds32(10), System::Clock::Milliseconds32(10)));
}
}

CHIP_ERROR MessagingContext::CreateAliceFabric()
{
Expand Down

0 comments on commit 0f7da65

Please sign in to comment.