zed/crates
Max Brunsfeld 3dc100adfb Reset receive timeout only on reads from websocket connection, not writes
Also, increase the receive timeout to 30 seconds. We'll still respond immediately
to explicit disconnection, but when there are temporary network blips that
delay pings, we think we should err on the side of keeping the connection
alive. This is in response to a false positive 'host disconnected' state
that we observed when pairing today, while the host (Keith) still clearly
had a working internet connection, because we were screen sharing.

Co-Authored-By: Keith Simmons <keith@zed.dev>
2022-03-09 11:27:47 -08:00
..
chat_panel Disable doctests for all libraries 2022-03-03 16:15:56 -08:00
client Assign buffer's completion triggers from LSP capabilities 2022-03-08 17:41:52 -08:00
clock Put vector clock serialization logic alongside other serialization logic 2022-03-04 13:54:07 -08:00
collections Disable doctests for all libraries 2022-03-03 16:15:56 -08:00
contacts_panel Disable doctests for all libraries 2022-03-03 16:15:56 -08:00
diagnostics Merge pull request #525 from zed-industries/preserve-worktrees 2022-03-04 09:48:18 +01:00
editor Merge pull request #569 from zed-industries/refine-autoclose 2022-03-09 16:28:35 +01:00
file_finder formatting fixes 2022-03-09 10:42:27 -08:00
fsevent Disable doctests for all libraries 2022-03-03 16:15:56 -08:00
fuzzy Disable doctests for all libraries 2022-03-03 16:15:56 -08:00
go_to_line Disable doctests for all libraries 2022-03-03 16:15:56 -08:00
gpui Remove delegate support from GPUI 2022-03-09 10:48:52 +01:00
gpui_macros Disable doctests for all libraries 2022-03-03 16:15:56 -08:00
journal Disable doctests for all libraries 2022-03-03 16:15:56 -08:00
language Split language server initialization from construction 2022-03-09 12:31:21 +01:00
lsp Split language server initialization from construction 2022-03-09 12:31:21 +01:00
outline Make theme selector eagerly display the selected theme 2022-03-08 18:42:31 -08:00
project Split language server initialization from construction 2022-03-09 12:31:21 +01:00
project_panel Merge pull request #525 from zed-industries/preserve-worktrees 2022-03-04 09:48:18 +01:00
project_symbols Merge pull request #525 from zed-industries/preserve-worktrees 2022-03-04 09:48:18 +01:00
rpc Reset receive timeout only on reads from websocket connection, not writes 2022-03-09 11:27:47 -08:00
search Remove language servers from buffers 2022-03-08 15:16:07 -08:00
server Split language server initialization from construction 2022-03-09 12:31:21 +01:00
snippet Disable doctests for all libraries 2022-03-03 16:15:56 -08:00
sum_tree Disable doctests for all libraries 2022-03-03 16:15:56 -08:00
text Remove language servers from buffers 2022-03-08 15:16:07 -08:00
theme Render overlay after remote project becomes read-only 2022-03-04 17:28:18 +01:00
theme_selector formatting fixes 2022-03-09 10:42:27 -08:00
util Make timer method available on both foreground and background executors 2022-03-04 13:54:07 -08:00
workspace formatting fixes 2022-03-09 10:42:27 -08:00
zed v0.19.0 2022-03-08 08:18:51 +01:00