Boris Zbarsky

Results 364 comments of Boris Zbarsky

See also https://github.com/project-chip/connectedhomeip/pull/16224#discussion_r827248681

We have such a dedicated method already on, the contiguous buffer reader. On the non-contiguous-buffer reader, the method can't be safely implemented, because the string may span buffers. The right...

This is still an issue, though mAckId is now named `mAckMessageCounter`.

Note that proxies are out of scope for 1.0, so we should simply not have the node id bits here at all.

OK, I'm going to split this up into pieces and do part of the tree at a time, because otherwise the diff will be huge and things will bitrot... Once...

Also, none of the `Platform::New` results are null-checked.

Linux has the same thing between the "Build" and "Linux Standalone" jobs...

The important part is that we're inside `OnMessageReceived` here, right? So yes, given that the exchange will close itself unless we send a message expecting a response or claim that...