yunhanw-google

Results 39 comments of yunhanw-google

From @bzbarsky-apple The basic rules in the tree right now are as follows (see docs for ExchangeContext::SendMessage, ExchangeDelegate::OnResponseTimeout, ExchangeDelegate::OnMessageReceived On exchange timeout notification, need to call WillSendMessage or SendMessage or...

this setting of the mpExchangeCtx to nullptr is purely for cleanliness, and serves no functional value right?? @bzbarsky-apple Except in cases where we have other code that tries to close...

@nicelyjust is this crash happening in latest code?

Hi, @netscell @jiangjun1989 @xy371661665 could you try the latest master code, this issue may be fixed potentially in https://github.com/project-chip/connectedhomeip/pull/29710/files? thanks

@xy371661665 have you used android chip-tool to reproduce this issue. I just use android chip-tool and light on/off level cluster fragment, and create the subscription with my matter outlet succesfully,...

@xy371661665 we just merge the fix, let me know whether it is still issue and feel free to reopen this bug. thanks

you may create the IM subscription against the device, if the device offline, you will get the notification.

https://github.com/project-chip/connectedhomeip/pull/16602#discussion_r839160650, prefer having have a ConcreteDataWriteAttributePath (optional dataversion) and a ConcreteDataReadAttributePath (non-optional data version).

> Please leverage the existing the Java/Jni invoke API instead of creating new path and adding the additional burden for maintenance.. > > Please address all leaks. @sharadb-amazon our controller...