Example #1
0
 public async Task SendStoryOnTable(int storyId)
 {
     await Clients.Group(_manager.GetGroupIdentifier).SendAsync("receiveMessage", _manager.GetStoryById(storyId));
 }