Hi @MeltdownInteractive,
Are there any other details you can share about the application architecture? Assuming each game client (Player) is not corresponding to a connection? Are the functions using the same connection pool? i.e The connection pool might be starved due to the concurrent workload. There are more details around how connection pooling works with the .NET/C# driver here.
Thanks,
Rishit.