You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grpc-js client does not emit cancelled event properly when cancel() method is invoked on ClientReadableStream streams.
When cancelled is invoked by the grpc-js client, an error is thrown, but the stream is not actually cancelled. This results in the server not being able to shut down because of an open stream.