移除测试代码

This commit is contained in:
2026-01-17 16:40:27 +08:00
parent 2992306056
commit 0b4c6fe913
2 changed files with 4 additions and 3 deletions

View File

@@ -24,9 +24,6 @@ public static class GlobalPipelineRouter
{
// Optimized: [原因] 撤回冗余的 AddRef。实测发现 ProcessingPipeline.TrySubmit
// 内部已包含 AddRef 逻辑,此处若再加会导致引用计数无法归零,进而撑爆帧池导致卡死。
frame.AddRef();
if (_currentProcessor != null)
{
// 场景 A: 有处理器 (如缩放服务) -> 改道进入处理器

View File

@@ -37,4 +37,8 @@
<Using Include="System.Threading.Channels" />
</ItemGroup>
<ItemGroup>
<Folder Include="Subscribes\" />
</ItemGroup>
</Project>