mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
add Hub client interface
This commit is contained in:
@@ -43,7 +43,7 @@ namespace LiveGameFeed.Controllers
|
||||
_matchRepository.Commit();
|
||||
|
||||
MatchViewModel _matchVM = Mapper.Map<Match, MatchViewModel>(_match);
|
||||
await Clients.All.updateMatch(_matchVM);
|
||||
await Clients.All.UpdateMatch(_matchVM);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user