We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1438a commit a0de45bCopy full SHA for a0de45b
Assets/ReachySimulator/Scripts/CameraServiceServer.cs
@@ -77,7 +77,7 @@ public override async Task StreamImage(StreamImageRequest imageRequest, Grpc.Cor
77
}
78
79
await responseStream.WriteAsync(new Image { Data = Google.Protobuf.ByteString.FromBase64(image) });
80
- await Task.Delay(TimeSpan.FromSeconds(1/30), context.CancellationToken);
+ await Task.Delay(30, context.CancellationToken);
81
82
83
0 commit comments