-
fix(core): pass collectInputs flag through daemon IPC for task hashing (#34915)
发布于
2026-03-19 21:02:45 +00:00 When the daemon handles task hashing, the
NativeTaskHasherImplchecked
hasTaskInputSubscribers()in the daemon process where no subscribers
exist, causing the native Rust hasher to skip input collection entirely.
This resulted in empty input arrays in IO tracing signals.The fix passes collectInputs from the client process (where subscribers
are registered) through the daemon IPC to the hasher, so the daemon uses
the client's subscriber state instead of its own.下载附件