mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-06 18:24:36 +01:00
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.