You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do we need them? Note that if neovim closes unexpectedly, the channel will be closed and all pending requests get sent an error, so we will not hang indefinitely.
... were removed when asyncifying.
Do we need them? Note that if neovim closes unexpectedly, the channel will be closed and all pending requests get sent an error, so we will not hang indefinitely.
Plus https://docs.rs/tokio/0.2.4/tokio/time/fn.timeout.html is a thing, so clients could at least theoretically just add it themselves.
The text was updated successfully, but these errors were encountered: