You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the bdx::TransferSession class outputs messages that already have a PayloadHeader attached at the beginning. However, this is incompatible with ExchangeContext::SendMessage(), which expects to receive a message without a PayloadHeader.
Problem
Currently the
bdx::TransferSession
class outputs messages that already have aPayloadHeader
attached at the beginning. However, this is incompatible withExchangeContext::SendMessage()
, which expects to receive a message without aPayloadHeader
.See:
connectedhomeip/src/protocols/bdx/BdxTransferSession.cpp
Line 46 in f18acae
connectedhomeip/src/messaging/ExchangeMessageDispatch.cpp
Line 49 in f18acae
Proposed Solution
The text was updated successfully, but these errors were encountered: