OmniSharp/csharp-language-server-protocol

InputHandler Memory Leak

Opened this issue · 0 comments

image
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.