zed/crates/rpc
Nathan Sobo 9b1b61355a Fully test contact request acceptance
* Be sure we send updates to multiple clients for the same user
* Be sure we send a full contacts update on initial connection

As part of this commit, I fixed an issue where we couldn't disconnect and reconnect in tests. The first disconnect would cause the I/O future to terminate asynchronously, which caused us to sign out even though the active connection didn't belong to that future. I added a guard to ensure that we only sign out if the I/O future is associated with the current connection.
2022-05-08 15:19:56 -06:00
..
proto Get basic test of accepting a contact request passing 2022-05-07 15:09:27 -06:00
src Fully test contact request acceptance 2022-05-08 15:19:56 -06:00
build.rs Serialize payload in "handle message" span 2022-04-29 17:34:22 +02:00
Cargo.toml Merge pull request #781 from zed-industries/structured-logging 2022-04-09 07:40:24 -06:00