Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The grpc_client_stream maybe crash when the connection was closed #19

Open
zhengweixing opened this issue Oct 14, 2021 · 0 comments
Open

Comments

@zhengweixing
Copy link

zhengweixing commented Oct 14, 2021

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}.
@zhengweixing zhengweixing changed the title grpc_client_stream maybe crash when the connection is closed The grpc_client_stream maybe crash when the connection is closed Oct 14, 2021
@zhengweixing zhengweixing changed the title The grpc_client_stream maybe crash when the connection is closed The grpc_client_stream maybe crash when the connection was closed Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant