mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-23 01:37:59 +00:00
add Hub client interface
This commit is contained in:
@@ -44,7 +44,7 @@ namespace LiveGameFeed.Controllers
|
||||
|
||||
FeedViewModel _feedVM = Mapper.Map<Feed, FeedViewModel>(_matchFeed);
|
||||
|
||||
await Clients.Group(feed.MatchId.ToString()).addFeed(_feedVM);
|
||||
await Clients.Group(feed.MatchId.ToString()).AddFeed(_feedVM);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user