Files
sourcekit-lsp/Sources/LanguageServerProtocolJSONRPC
Alex Hoppen e50b4d78e5 Remove elements from outstandingRequests on crash
Otherwise, we can have a retain cycle where the `OutstandingRequest` keeps the `JSONRPCConnection` alive.

Also move the code that handled `outstandingRequests` out of the `Task` because `outstandingRequests` should only be accessed from `queue`.
2024-10-04 17:22:26 -07:00
..
2024-07-25 09:11:13 -07:00