docs: correct stale recv_blocking + vacuum references
This commit is contained in:
parent
c15eb85085
commit
44c86b9278
4 changed files with 10 additions and 9 deletions
|
|
@ -8,8 +8,8 @@ claude has access to in return.
|
|||
Each agent harness (`hive-ag3nt serve` or `hive-m1nd serve`) runs:
|
||||
|
||||
1. Long-poll `Recv` on its socket. The host-side broker
|
||||
(`broker.rs::recv_blocking`) returns immediately if there's a
|
||||
pending message, otherwise waits up to 30 s for a broker `Sent`
|
||||
(`broker.rs::recv_blocking_batch`) returns immediately if there's
|
||||
a pending message, otherwise waits up to 30 s for a broker `Sent`
|
||||
event for this recipient.
|
||||
2. Pop one message. Peek the remaining inbox depth with `Status`.
|
||||
3. Emit `LiveEvent::TurnStart { from, body, unread }` onto the SSE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue