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
We're seeing a crash when the connection is canceled.
** (CaseClauseError) no case clause matching: {:error, %GRPC.RPCError{message: ":stream_error: {:stream_error, :no_error, :\"Stream reset by server.\"}", status: 13}}
(grpc) lib/grpc/stub.ex:456: GRPC.Stub.recv_body/5
(grpc) lib/grpc/stub.ex:427: GRPC.Stub.do_recv/2
To Reproduce
We think the client is canceling the connection and then the server resets, but we're not sure.
Expected behavior
We're wondering if this case clause should propagate the error coming from the gun adapter rather than crashing. @tony612 any insight?
Describe the bug
We're seeing a crash when the connection is canceled.
To Reproduce
We think the client is canceling the connection and then the server resets, but we're not sure.
Expected behavior
We're wondering if this case clause should propagate the error coming from the gun adapter rather than crashing. @tony612 any insight?
Versions:
> 2.8.0", [hex: :cowlib, repo: "hexpm", optional: false]}, {:ranch, "> 1.7.1", [hex: :ranch, repo: "hexpm", optional: false]}], "hexpm", "04fd8c6a39edc6aaa9c26123009200fc61f92a3a94f3178c527b70b767c6e605"},Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: