Bug fixes for stats and for sending rpc and property updates from the client

This commit is contained in:
karlberg
2021-05-06 19:39:31 -07:00
parent 4b1fe9b10b
commit b2b632aede
4 changed files with 35 additions and 2 deletions
@@ -37,6 +37,7 @@ namespace Multiplayer
using MetricRingbuffer = AZStd::array<uint64_t, RingbufferSamples>;
struct Metric
{
Metric();
uint64_t m_totalCalls = 0;
uint64_t m_totalBytes = 0;
MetricRingbuffer m_callHistory;