client/grpc: fix stream closed bug (#2009)
* client/grpc: fix stream closed bug * client/grpc: don't use dial context for the stream
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
type response struct {
|
||||
conn *grpc.ClientConn
|
||||
conn *poolConn
|
||||
stream grpc.ClientStream
|
||||
codec encoding.Codec
|
||||
gcodec codec.Codec
|
||||
|
Reference in New Issue
Block a user