rawbusmessage

This commit is contained in:
flower_linux
2026-04-15 11:16:27 +08:00
parent 4f2ada08c8
commit 94eec643de
23 changed files with 109 additions and 145 deletions

View File

@@ -241,7 +241,7 @@ void DeviceBusManager::processEgressLoop()
continue;
}
softbus::message_bus::pipeline::PipelineContext out;
softbus::core::models::RawBusMessage out;
if (!m_pipelineEngine->tryPopEgress(out)) {
std::this_thread::sleep_for(std::chrono::milliseconds(1));
continue;