Fixing destination file @streaming
This commit is contained in:
parent
5fd2670794
commit
1517b48741
11 changed files with 193 additions and 10 deletions
|
|
@ -64,7 +64,7 @@ namespace Yavsc.ViewModels.Streaming
|
|||
{
|
||||
var buffer = queue.Dequeue();
|
||||
|
||||
logger.LogInformation($"writing {buffer.Array.Length} bytes...");
|
||||
logger.LogInformation($"writing {buffer.Count} bytes...");
|
||||
|
||||
await dest.WriteAsync(buffer.Array, buffer.Offset, buffer.Count);
|
||||
logger.LogInformation($"done.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue