From: JamJar00 Date: Mon, 19 Dec 2016 14:26:11 +0000 (+0000) Subject: Added todo X-Git-Tag: 1.0.0~120 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=92651b1392d6a2feb4750ea3c1c071e90637d912;p=rhonda%2Fimpostor.hazel.git Added todo --- diff --git a/Hazel/Udp/UdpConnectionListener.cs b/Hazel/Udp/UdpConnectionListener.cs index 66617b9..22c3c37 100644 --- a/Hazel/Udp/UdpConnectionListener.cs +++ b/Hazel/Udp/UdpConnectionListener.cs @@ -120,6 +120,7 @@ namespace Hazel.Udp catch (SocketException e) { //Client no longer reachable, pretend it didn't happen + //TODO should this not inform the connection this client is lost??? StartListeningForData(); return; }