1
0
Fork 0

transport already has a root block

This commit is contained in:
Kevin Matz 2021-09-01 12:30:23 -04:00
parent 1ec57961f7
commit 26136e1397
1 changed files with 1 additions and 3 deletions

View File

@ -158,9 +158,7 @@ void Component::rlpSend(ACN::RLP::message_transport& transport,
rlp->setData(data);
// root block
PDU::Block<RLP::Pdu> block;
block.pdu->push_back(rlp);
transport.root = block;
transport.root.pdu->push_back(rlp);
// create an output stream
size_t length = transport.streamSize();