Alcaros / lidgren-network-gen3

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

Multiple connections between single client and server #115

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Start a server to open the socket(server.start()). 
2.Connect a client (client.connect()). 
3.Close the server(server.shutdown()).
4.Reconnect multiple times with the client(Client.Connect() * x)
5.Start the server again(server.start())

The result: You have multiple connections between the same client and server.

What is the expected output? What do you see instead?

I expected the client to respond only to one of the connections. Instead it 
kept all the connections alive.

What version of the product are you using? On what operating system?

ligren-network-gen3 - Windows 7 ultimate x64

Please provide any additional information below.

Original issue reported on code.google.com by Rsamuels...@gmail.com on 14 Apr 2012 at 6:57

GoogleCodeExporter commented 9 years ago
I'm unable to reproduce this with the Chat sample; is there other conditions 
that are necessary? Have you tried with revision 301 (small fix for statuses, 
shouldn't affect but miiight)?

Original comment by lidg...@gmail.com on 6 Jul 2012 at 6:31

GoogleCodeExporter commented 9 years ago

Original comment by lidg...@gmail.com on 18 Sep 2012 at 3:30