From 035d4d2180eba48cfb9b36ea0e85123fdefb23fc Mon Sep 17 00:00:00 2001 From: JamJar00 Date: Sat, 21 Jan 2017 16:56:24 +0000 Subject: [PATCH] Finished sentence --- Hazel/Udp/UdpConnectionListener.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hazel/Udp/UdpConnectionListener.cs b/Hazel/Udp/UdpConnectionListener.cs index e1ccb71..21dfaf7 100644 --- a/Hazel/Udp/UdpConnectionListener.cs +++ b/Hazel/Udp/UdpConnectionListener.cs @@ -129,7 +129,7 @@ namespace Hazel.Udp //Client no longer reachable, pretend it didn't happen //TODO should this not inform the connection this client is lost??? - //This thread suggests the IP is not passed out from WinSoc so maybe not + //This thread suggests the IP is not passed out from WinSoc so maybe not possible //http://stackoverflow.com/questions/2576926/python-socket-error-on-udp-data-receive-10054 StartListeningForData(); -- 2.39.5