From 92651b1392d6a2feb4750ea3c1c071e90637d912 Mon Sep 17 00:00:00 2001 From: JamJar00 Date: Mon, 19 Dec 2016 14:26:11 +0000 Subject: [PATCH] Added todo --- Hazel/Udp/UdpConnectionListener.cs | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.5