We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16a239 commit c305f09Copy full SHA for c305f09
src/app/ReadClient.h
@@ -363,9 +363,8 @@ class ReadClient : public Messaging::ExchangeDelegate
363
* available in the ReadPrepareParams. When this is used, the ReadClient is
364
* responsible for setting up the CASE session itself.
365
*
366
- * When using this version of SendAutoResubscribeRequest, the
367
- * ReadPrepareParams should have a reference to a session, and if it does
368
- * have one that session will be ignored.
+ * When using this version of SendAutoResubscribeRequest, any session to
+ * which ReadPrepareParams has a reference will be ignored.
369
*/
370
CHIP_ERROR SendAutoResubscribeRequest(const ScopedNodeId & aPublisherId, ReadPrepareParams && aReadPrepareParams);
371
0 commit comments