Fix SSE Maybe
This commit is contained in:
parent
969b4719bd
commit
ef1f9bc8c0
|
@ -21,7 +21,7 @@ namespace youtube_downloader
|
|||
{
|
||||
public static SSE ServerSentEventItem = new SSE();
|
||||
List<HttpListenerResponse> Streams = new List<HttpListenerResponse>();
|
||||
public void RegisterStreamWriter(HttpListenerResponse rp)
|
||||
public void RegisterResponse(HttpListenerResponse rp)
|
||||
{
|
||||
Streams.Add(rp);
|
||||
}
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue