Crazy sekai overturns the small pond

This commit is contained in:
世界
2024-10-21 23:38:34 +08:00
parent 1086d5e665
commit 56e209fa50
139 changed files with 2852 additions and 1554 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 {