Update protobuf and grpc

This commit is contained in:
世界
2025-05-05 13:33:35 +08:00
parent c3403c5413
commit 26ec73c71b
9 changed files with 206 additions and 362 deletions

View File

@@ -34,7 +34,7 @@ func (c *gunServiceClient) TunCustomName(ctx context.Context, name string, opts
if err != nil {
return nil, err
}
x := &gunServiceTunClient{stream}
x := &grpc.GenericClientStream[Hunk, Hunk]{ClientStream: stream}
return x, nil
}