Fix SSE Maybe
This commit is contained in:
parent
6b9706291d
commit
a846c9ec96
|
@ -40,6 +40,7 @@ namespace youtube_downloader
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Console.WriteLine($"Event Sent: {raw_data}");
|
||||||
var bytes = Encoding.UTF8.GetBytes(raw_data + "\n\n");
|
var bytes = Encoding.UTF8.GetBytes(raw_data + "\n\n");
|
||||||
await items.OutputStream.WriteAsync(bytes, 0, bytes.Length);
|
await items.OutputStream.WriteAsync(bytes, 0, bytes.Length);
|
||||||
await items.OutputStream.FlushAsync();
|
await items.OutputStream.FlushAsync();
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue