Merge branch 'main' into dev/dotnet_workflow/fix_concurrent_sample

This commit is contained in:
Jacob Alber
2026-04-03 20:01:20 -04:00
committed by GitHub
Unverified
@@ -287,10 +287,6 @@ internal sealed class StreamingRunEventStream : IRunEventStream
{
// Discard each event (including InternalCompletionSignals)
}
// After clearing, signal the run loop to continue if needed
// The run loop will send a new completion signal when it finishes processing from the restored state
this.SignalInput();
}
public async ValueTask StopAsync()