How to get the current ping?

in DotNet
Hello!
I am trying to find an easy way to get the current ping. We are using MLAPI with Photon Realtime but we can't find a way to check the current connection ping.
Thank you in advance!
0
Best Answer
-
Oh, sorry for the late reaction. Overlooked this.
Do you have access to a LoadBalancingClient? If so, check
client.LoadBalancingPeer.RoundTripTime
.0
Answers
-
Oh, sorry for the late reaction. Overlooked this.
Do you have access to a LoadBalancingClient? If so, check
client.LoadBalancingPeer.RoundTripTime
.0 -
Awesome, I found it. Thank you very much :)
0