Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
w-h-a committed Jul 3, 2024
1 parent 85fa92a commit 9f055de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/grpcclient/grpc_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ func (c *grpcClient) stream(ctx context.Context, address string, req client.Requ
s, err := conn.NewStream(
newCtx,
&grpc.StreamDesc{
StreamName: req.Service() + req.Method(),
StreamName: req.Method(),
ClientStreams: true,
ServerStreams: true,
},
Expand Down

0 comments on commit 9f055de

Please sign in to comment.