Gestion des morts prématurées.

This commit is contained in:
2025-11-17 22:31:27 +01:00
parent 9be6835ddc
commit cd47266fc8
10 changed files with 243 additions and 107 deletions

View File

@@ -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) => {