mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
refactor feed service
This commit is contained in:
@@ -9,10 +9,6 @@ namespace LiveGameFeed.Hubs
|
||||
{
|
||||
return Clients.All.userConnected("New connection " + Context.ConnectionId);
|
||||
}
|
||||
public Task Broadcast(string message)
|
||||
{
|
||||
return Clients.All.messageReceived(Context.ConnectionId + "> " + message);
|
||||
}
|
||||
|
||||
public Task Subscribe(int matchId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user