lnobad / lidgren-network-gen3

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

Patch for unhandled SocketException on Mono 2.10.5 in NetPeer. #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When running a NetServer under the latest stable Mono 2.10.5 (Linux) and 
calling the Shutdown() method on it, I get an unhandled "SocketException: 
Socket is not connected".

The attached patch (based on current trunk - r277) fixes the issue by adding a 
try/catch (SocketException) block.

Original issue reported on code.google.com by elise...@gmail.com on 16 Dec 2011 at 7:16

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in 278, thanks!

Original comment by lidg...@gmail.com on 19 Dec 2011 at 10:21