From: JamJar00 Date: Tue, 29 Nov 2016 23:46:08 +0000 (+0000) Subject: Bugfix X-Git-Tag: 1.0.0~123 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=34277201896c91eb40dbd47300acdae6b2324512;p=rhonda%2Fimpostor.hazel.git Bugfix --- diff --git a/Hazel/Udp/UdpConnectionListener.cs b/Hazel/Udp/UdpConnectionListener.cs index 1d10489..66617b9 100644 --- a/Hazel/Udp/UdpConnectionListener.cs +++ b/Hazel/Udp/UdpConnectionListener.cs @@ -119,9 +119,9 @@ namespace Hazel.Udp } catch (SocketException e) { - //Errrr... shit... - //Not exactly much we can do if we've got here - throw e; + //Client no longer reachable, pretend it didn't happen + StartListeningForData(); + return; } //Exit if no bytes read, we've closed.