ZIm/crates/client/src
Conrad Irwin ca4cc4764b
Upgrade async-tungstenite to tokio (#26193)
We're seeing panics caused by a buggy implementation of AsyncWrite
that is being passed to rustls: 

https://github.com/rustls/rustls/issues/2316#issuecomment-2662838186

One hypothesis was that we're using (comparatively) non-standard async
tools for connecting over websockets; so this attempts to make us be
(comparitvely) more standard.

Release Notes:

- N/A
2025-04-08 09:17:08 -06:00
..
telemetry Use Instant not chrono for telemetry (#20756) 2024-11-19 08:23:12 -07:00
client.rs Upgrade async-tungstenite to tokio (#26193) 2025-04-08 09:17:08 -06:00
socks.rs Upgrade async-tungstenite to tokio (#26193) 2025-04-08 09:17:08 -06:00
telemetry.rs telemetry_events: Rename AssistantEvent to AssistantEventData (#28133) 2025-04-04 19:28:32 -04:00
test.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
user.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
zed_urls.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00