Skip to content

The grpc_client_stream maybe crash when the connection was closed #19

@zhengweixing

Description

@zhengweixing

grpc_client_stream maybe crash when the connection was closed.

grpc_client_stream.erl

rst_stream(#{connection := Connection,
             stream_id := StreamId} = Stream, ErrorCode) ->
    grpc_client_connection:rst_stream(Connection, StreamId, ErrorCode),
    Stream#{state => closed}.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions