Expose Hub method for server time for benchmarking (#2264)
This commit is contained in:
parent
7625bbcb6c
commit
36b7f72460
|
|
@ -44,5 +44,10 @@ namespace BenchmarkServer.Hubs
|
||||||
{
|
{
|
||||||
// Dump the payload, we don't care
|
// Dump the payload, we don't care
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public DateTime GetCurrentTime()
|
||||||
|
{
|
||||||
|
return DateTime.UtcNow;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue