izestyler / gwlp-revived-open-source

Automatically exported from code.google.com/p/gwlp-revived-open-source
0 stars 0 forks source link

Server crash at client-exit #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the servers
2. Run GW, play and /ChangeMap
3. Close GW -> server crash

Conflict Class:
ClientConnection

What is the expected output? What do you see instead?
Expected: Termination as usually. 
Instead: Error because of already disposed stuff, means there is a check 
missing that prevents the tcpclient from trying to dispose it a second time.

Please use labels and text to provide additional information.
Check client connection.

Original issue reported on code.google.com by apple9...@googlemail.com on 1 Oct 2011 at 12:14

GoogleCodeExporter commented 9 years ago
Fixed: The check for termination was too early. (Within Refresh())

Original comment by apple9...@googlemail.com on 6 Oct 2011 at 8:39