swak / lidgren-network-gen3

Automatically exported from code.google.com/p/lidgren-network-gen3
0 stars 0 forks source link

ConnectionTimeout has no effect #116

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ConnectionTimeout set to 5
2. Client tries to connect
3. After 20 seconds (default value of ConnectionTimeout), I get a 
NetConnectionStatus.None message

What is the expected output? What do you see instead?
When I set the timeout to 5, the client should get the status message after 5 
seconds

What version of the product are you using? On what operating system?
lidgren-network-gen3 - 2011/05/18 because there's no library in the newest one
Windows 7 Ultimate 64-bit

Please provide any additional information below.
I am using this library in C# with Visual Studio 2010 Ultimate

Original issue reported on code.google.com by sascha.z...@gmail.com on 20 Apr 2012 at 4:18

GoogleCodeExporter commented 8 years ago
Unable to reproduce; seems to work fine with chat sample; are you setting the 
timeout on both client and server?

Original comment by lidg...@gmail.com on 26 May 2012 at 6:46