Merge branch 'MultiplayerCompileFix' into Atom/moudgils/BumpResourcePoolBuilder

This commit is contained in:
moudgils
2021-04-15 22:11:39 -07:00
2 changed files with 5 additions and 1 deletions
@@ -115,7 +115,7 @@ namespace AzNetworking
ContainerType m_container;
template <AZStd::size_t, typename ElementType>
template <AZStd::size_t, typename>
friend class FixedSizeVectorBitset;
};
}
@@ -97,6 +97,10 @@ namespace UnitTest
m_mpComponent->OnConnect(&connMock2);
EXPECT_EQ(m_connectionAcquiredCount, 25);
// Clean up connection data
m_mpComponent->OnDisconnect(&connMock1, AzNetworking::DisconnectReason::None, AzNetworking::TerminationEndpoint::Local);
m_mpComponent->OnDisconnect(&connMock2, AzNetworking::DisconnectReason::None, AzNetworking::TerminationEndpoint::Local);
}
}