zed/crates/call/src
Nathan Sobo 1dd085fc92 Introduce completed_scan_id to worktree
We need to know the most recent scan id we have actually completed. This is to
handle the case where a guest disconnects when we're in the middle of streaming
worktree entries to them. When they reconnect, they need to report a scan_id
from before we started streaming the entries, because we have no record of when
the stream was interrupted.

Next failure:
SEED=5051 ITERATIONS=1 OPERATIONS=200 cargo test --release --package=collab random -- --nocapture
2023-01-03 18:26:57 -07:00
..
call.rs Include room_id in CallCanceled message 2022-12-13 11:43:09 +01:00
participant.rs Identify LiveKit room participants by user id, not peer id 2022-12-15 17:19:32 -08:00
room.rs Introduce completed_scan_id to worktree 2023-01-03 18:26:57 -07:00