zed/crates/rpc
Max Brunsfeld d11beb3c02 Change project registration RPC APIs to smooth out UI updates
* Make `UnregisterProject` a request. This way the client-side project can wait
  to clear out its remote id until the request has completed, so that the
  contacts panel can avoid showing duplicate private/public projects in the
  brief time after unregistering a project, before the next UpdateCollaborators
  message is received.
* Remove the `RegisterWorktree` and `UnregisterWorktree` methods and replace
  them with a single `UpdateProject` method that idempotently updates the
  Project's list of worktrees.
2022-06-02 17:32:43 -07:00
..
proto Change project registration RPC APIs to smooth out UI updates 2022-06-02 17:32:43 -07:00
src Change project registration RPC APIs to smooth out UI updates 2022-06-02 17:32:43 -07:00
build.rs Serialize payload in "handle message" span 2022-04-29 17:34:22 +02:00
Cargo.toml Cap MessageStream buffer size to 1MB 2022-05-31 11:16:32 +02:00