Compare commits
1 commit
7d53887170
...
e08403faba
Author | SHA1 | Date | |
---|---|---|---|
e08403faba |
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ func (c *Client) Init(info common.CallMethodInfo, opts ...CallOption) (MessageRe
|
|||
stream grpc.ClientStream
|
||||
err error
|
||||
}
|
||||
newStreamCh := make(chan newStreamRes, 1)
|
||||
newStreamCh := make(chan newStreamRes)
|
||||
|
||||
go func() {
|
||||
stream, err := c.conn.NewStream(ctx, &grpc.StreamDesc{
|
||||
|
|
Loading…
Add table
Reference in a new issue