We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5dd85 commit 42191b8Copy full SHA for 42191b8
aspnetcore/signalr/background-service/samples/6.0/Server/ClockHub.cs
@@ -6,7 +6,7 @@ namespace Server;
6
#region ClockHub
7
public class ClockHub : Hub<IClock>
8
{
9
- public async Task SendTimeToClients(DateTime dateTime)
+ public async Task SendMyLocalTimeToOtherClients(DateTime dateTime)
10
11
await Clients.All.ShowTime(dateTime);
12
}
0 commit comments