[WIP] live

This commit is contained in:
Paul Schneider 2019-01-15 16:02:35 +00:00
commit 3ec55938bb
6 changed files with 83 additions and 16 deletions

View file

@ -18,4 +18,5 @@ namespace Yavsc.ViewModels.Streaming
public WebSocket Socket { get; set; }
public ConcurrentDictionary<string, WebSocket> Listeners { get; set; } = new ConcurrentDictionary<string, WebSocket>();
}
}