Crazy sekai overturns the small pond

This commit is contained in:
世界
2024-10-21 23:38:34 +08:00
parent 81dc9e7698
commit 262727ec6c
140 changed files with 2870 additions and 1559 deletions

View File

@@ -105,7 +105,7 @@ func (c *Client) DialContext(ctx context.Context) (net.Conn, error) {
cancel(err)
return nil, err
}
return NewGRPCConn(stream, cancel), nil
return NewGRPCConn(stream), nil
}
func (c *Client) Close() error {