Skip to content

grpc session ping when session is destoryed by server #2139

Closed
@zhtswang

Description

@zhtswang

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions