Skip to content

Performance RPC Method Invoke Fix

Compare
Choose a tag to compare
@TwoTenPvP TwoTenPvP released this 09 Mar 00:06
ee604d6

This version adds new performance invokes. All performance RPC invokes now have the "Performance" suffix.

Example:
Old: InvokeClientRpcOnClient(method, stream);
New: InvokeClientRpcOnClientPerformance(method, stream);

The old performance invokes have been made obsolete.