mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
rename match leauge to type
This commit is contained in:
@@ -25,7 +25,7 @@ namespace ChatLe.Controllers
|
||||
{
|
||||
TimerEventArgs eventsArgs = e as TimerEventArgs;
|
||||
System.Diagnostics.Debug.WriteLine("hello from home ApiHubController.cs..");
|
||||
await Clients.All.userConnected(DateTime.Now);
|
||||
//await Clients.All.userConnected(DateTime.Now);
|
||||
//_coolMessageHubContext.Clients.All.newCpuValue(eventsArgs.Value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user