Skip to content

Commit

Permalink
Address review comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed Jul 13, 2023
1 parent e16a239 commit c305f09
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/ReadClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,8 @@ class ReadClient : public Messaging::ExchangeDelegate
* available in the ReadPrepareParams. When this is used, the ReadClient is
* responsible for setting up the CASE session itself.
*
* When using this version of SendAutoResubscribeRequest, the
* ReadPrepareParams should have a reference to a session, and if it does
* have one that session will be ignored.
* When using this version of SendAutoResubscribeRequest, any session to
* which ReadPrepareParams has a reference will be ignored.
*/
CHIP_ERROR SendAutoResubscribeRequest(const ScopedNodeId & aPublisherId, ReadPrepareParams && aReadPrepareParams);

Expand Down

0 comments on commit c305f09

Please sign in to comment.