Fix SSE Maybe

This commit is contained in:
Michael Nolan 2021-11-07 21:03:27 -06:00
parent 6b9706291d
commit a846c9ec96
4 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ namespace youtube_downloader
{
try
{
Console.WriteLine($"Event Sent: {raw_data}");
var bytes = Encoding.UTF8.GetBytes(raw_data + "\n\n");
await items.OutputStream.WriteAsync(bytes, 0, bytes.Length);
await items.OutputStream.FlushAsync();

Binary file not shown.