We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067cc17 commit a447a4fCopy full SHA for a447a4f
lsp/src/Language/LSP/Server/Control.hs
@@ -158,9 +158,7 @@ runServerWith ioLogger logger clientIn clientOut serverDefinition = do
158
r <- race (wait _sendAsync) (threadDelay 3_000_000)
159
case r of
160
Left _ -> pure ()
161
- Right _ -> do
162
- ioLogger <& SenderShutdownTimeout `WithSeverity` Warning
163
- cancel _sendAsync
+ Right _ -> ioLogger <& SenderShutdownTimeout `WithSeverity` Warning
164
ioLogger <& ServerStopped `WithSeverity` Info
165
return res
166
0 commit comments