The scoring callback was holding the agent lock while doing a synchronous file write (save_memory_scores). This blocked the event loop from acquiring the lock to process user input. Fix: collect the scores snapshot while holding the lock, drop the lock, then write to disk. Co-Authored-By: Proof of Concept <poc@bcachefs.org> |
||
|---|---|---|
| .. | ||
| dmn.rs | ||
| identity.rs | ||
| log.rs | ||
| mod.rs | ||