### Describe the bug consumerCount 目前設定1可以正常運作 只要設定2以上就報錯 ### Steps to reproduce the bug ``` services.AddSingleton(s => { return new QueuedPaddleOcrAll(() => new PaddleOcrAll(LocalFullModels.ChineseV5, PaddleDevice.Onnx()) { Enable180Classification = false, AllowRotateDetection = false, }, consumerCount: 1); }); ``` ### Expected behavior _No response_ ### Screenshots _No response_ ### Release version 3.0.1 ### IDE 2026 ### OS version win10 win11 ### Additional context _No response_
Describe the bug
consumerCount 目前設定1可以正常運作
只要設定2以上就報錯
Steps to reproduce the bug
Expected behavior
No response
Screenshots
No response
Release version
3.0.1
IDE
2026
OS version
win10 win11
Additional context
No response