You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task.WaitAsync(CancellationToken) is .NET 6+, but ChibiRuby also
targets netstandard2.1. Replace it with a hand-rolled WhenAny-based
wait inside WaitForTerminateAsync so all four TFMs compile.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments