Closed
Description
Problem description
When a session call ping, if the session is destoryed by the server. it will throw an error.
Error [ERR_HTTP2_INVALID_SESSION]: The session has been destroyed
at new NodeError (internal/errors.js:322:7)
at ClientHttp2Session.ping (internal/http2/core.js:1317:13)
at Subchannel.sendPing (D:\app\node_modules@grpc\grpc-js\src\subchannel.ts:367:19)
at Timeout._onTimeout (D:\app\node_modules@grpc\grpc-js\src\subchannel.ts:376:12)
at listOnTimeout (internal/timers.js:557:17)
at processTimers (internal/timers.js:500:7)