zed/crates/collab
Antonio Scandurra 74aeec360d Cancel pending call when participant leaves room after a reconnection
Previously, if a user temporarily disconnected while there was a pending
call, we would fail to cancel such pending call when the caller left the
room. This was due to the caller reconnecting and having a different connection
id than the one originally used to initiate the call.
2023-01-26 16:44:55 +01:00
..
k8s
migrations
migrations.sqlite
src Cancel pending call when participant leaves room after a reconnection 2023-01-26 16:44:55 +01:00
.env.toml
basic.conf
Cargo.toml Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
README.md

Zed Server

This crate is what we run at https://collab.zed.dev.

It contains our back-end logic for collaboration, to which we connect from the Zed client via a websocket after authenticating via https://zed.dev, which is a separate repo running on Vercel.