Gestion des morts prématurées.
This commit is contained in:
@@ -224,12 +224,8 @@ impl NodeLogic for TimerBufferNodeLogic {
|
||||
}
|
||||
|
||||
// Propager le marker immédiatement
|
||||
send_to_children(
|
||||
std::any::type_name::<Self>(),
|
||||
&output,
|
||||
segment.clone(),
|
||||
)
|
||||
.await?;
|
||||
send_to_children(std::any::type_name::<Self>(), &output, segment.clone())
|
||||
.await?;
|
||||
}
|
||||
|
||||
_AudioSegment::Chunk(chunk) => {
|
||||
|
||||
Reference in New Issue
Block a user