csharp-language-server-protocol
csharp-language-server-protocol copied to clipboard
InputHandler Memory Leak
it seems that requestHandle expects to be removed from _requests when onComplete is called. However, its onComplete has never been called, so all requests will be cached and cannot be released as they are used.