Ok, I was able to test this today and from what I have seen if you are already connected to a server and try and connect to a second server it will not connect.
If you have any ideas how i can have a second active connection so that i can get a ping that would be greatly appreciated.
EDIT:
I am trying the below code and it will not connect to the server at all.
GameClient myGameClient
= new GameClient
();myGameClient.Connect(TNLobbyClient.knownServers.list[0].externalAddress, TNLobbyClient.knownServers.list[0].internalAddress);
After 10 seconds i have not connected to the server.
tracked it so far to TNTcpProtocol.OnConnect and at this point success is true.
I am not sure after this point as my eyes are starting to go blurry. only been looking at code from either work or this for almost 12 hrs now.
Thanks in advance.