rename match leauge to type

This commit is contained in:
chsakell
2016-09-30 12:22:16 +03:00
parent 1f14c0c55f
commit 8e6c0efe48
7 changed files with 38 additions and 27 deletions

View File

@@ -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);
}
}