Open pepeiborra opened 4 years ago
The docs say it's the same as sendRequest, which is non-blocking, but the implementation uses request, which blocks:
sendRequest
request
https://github.com/bubba/lsp-test/blob/23b1dcf20f37869d29158ebc38402503894bcd80/src/Language/Haskell/LSP/Test.hs#L267-L269
That should probably say the same as 'request', will fix
The docs say it's the same as
sendRequest
, which is non-blocking, but the implementation usesrequest
, which blocks:https://github.com/bubba/lsp-test/blob/23b1dcf20f37869d29158ebc38402503894bcd80/src/Language/Haskell/LSP/Test.hs#L267-L269