Hello, I seem to be having a little problem with OutGauge and i need some assistance . Im using .Net UdpClient to connect to OutGauge( as a pose to System.Net.Sockets.Socket ). My problem is, I receive a few packets and then the socket just "hangs". Look at the attached picture. I clicked Connect on the win form, In the Debug display at the bottom it received 3 packets detailing that i was in a XRR. As you know that should be consistant. The line it seems to be stopping on is the followng...
The code before that, (RemoteIpEndPoint):
Now, To my knoledge that should work, but for some reason it doesnt. Any help would be much appreciated
[SIZE=2]
Bffr = Client.Receive([/SIZE][SIZE=2][COLOR=#0000ff]ref[/COLOR][/SIZE][SIZE=2] RemoteIpEndPoint);
[/SIZE]
The code before that, (RemoteIpEndPoint):
[SIZE=2][COLOR=#2b91af]IPEndPoint[/COLOR][/SIZE][SIZE=2] RemoteIpEndPoint = [/SIZE][SIZE=2][COLOR=#0000ff]new[/COLOR][/SIZE][SIZE=2][COLOR=#2b91af]IPEndPoint[/COLOR][/SIZE][SIZE=2]([/SIZE][SIZE=2][COLOR=#2b91af]IPAddress[/COLOR][/SIZE][SIZE=2].Any, 21000);
Bffr = Client.Receive([/SIZE][SIZE=2][COLOR=#0000ff]ref[/COLOR][/SIZE][SIZE=2] RemoteIpEndPoint);
[/SIZE]
Now, To my knoledge that should work, but for some reason it doesnt. Any help would be much appreciated