Fix SSE Maybe

This commit is contained in:
Michael Nolan 2021-11-07 19:56:09 -06:00
parent 969b4719bd
commit ef1f9bc8c0
3 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ namespace youtube_downloader
{ {
public static SSE ServerSentEventItem = new SSE(); public static SSE ServerSentEventItem = new SSE();
List<HttpListenerResponse> Streams = new List<HttpListenerResponse>(); List<HttpListenerResponse> Streams = new List<HttpListenerResponse>();
public void RegisterStreamWriter(HttpListenerResponse rp) public void RegisterResponse(HttpListenerResponse rp)
{ {
Streams.Add(rp); Streams.Add(rp);
} }

Binary file not shown.