lnobad / lidgren-network-gen3

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

Server disconnects with time-out when client sends Disconnect command #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When sending a disconnect, the server disconnects by timing out.
This used to disconnect immediately.  If the client was simply closed
without sending disconnect, then the server disconnects with a timeout.

Original issue reported on code.google.com by mark.js...@googlemail.com on 3 Nov 2010 at 7:58

GoogleCodeExporter commented 9 years ago
Good catch. Shutdown() worked as expected, but simply disconnecting failed. 
Fixed in rev 150.

Original comment by lidg...@gmail.com on 3 Nov 2010 at 9:15