Skip to content

Commit

Permalink
Update ChatHub.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Aug 28, 2023
1 parent e0842e0 commit 715ac49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/web/Server/Features/Chat/ChatHub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public class ChatHub : Hub
{
public async Task SendMessage(string user, string message)
{
//TODO: Add azure signalR
await Clients.All.SendAsync("ReceiveMessage", user, message);
}
}

0 comments on commit 715ac49

Please sign in to comment.