Sarrus1 / sourcepawn-lsp

Language Server Protocol implementation for the SourcePawn programming language written in Rust
GNU General Public License v3.0
12 stars 0 forks source link

called `Result::unwrap()` on an `Err` value: "SendError(..)" #30

Closed Sarrus1 closed 1 year ago

Sarrus1 commented 1 year ago

Server crashes with calledResult::unwrap()on anErrvalue: "SendError(..)".

This happens in lsp-server/stdio.rs:26.

Sarrus1 commented 1 year ago

Will be resolved by merging: https://github.com/rust-lang/rust-analyzer/pull/15217