Files
sourcekit-lsp/Sources/LanguageServerProtocolJSONRPC
Ben Langmuir 3a99dddb98 Fix hang/crash when a write failure occurs
This code was doing a sync dispatch to a queue it was already running
on. Instead, go through the same path as other close calls.  This would
hang, or if you're lucky crash when dispatch detects the issue.
2019-10-17 16:51:34 -07:00
..