Description
Currently SlidingWindow does not fail the out of order requests on close. The out of order requests are not processed and are therefore never removed from the queue leading to memory leak. Further OrderedRequestStreamObserver should be removed from the orderedStreamObservers map on error or completion.