I just profiled my application in server only mode with 4 remote clients
ClientRPCs seem to be blocking due to mutexes (see image) - The profiled Ping method is a ClientRPC and there are others like this that block > 3ms.
Those ClientRPCs usually have not more than 1 primitive parameter (e.g. int)
I just profiled my application in server only mode with 4 remote clients ClientRPCs seem to be blocking due to mutexes (see image) - The profiled Ping method is a ClientRPC and there are others like this that block > 3ms. Those ClientRPCs usually have not more than 1 primitive parameter (e.g. int)