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.
2 parents a090d15 + 42191b8 commit ca1cc62Copy full SHA for ca1cc62
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