From c606f2e227adb732d5783ec85c6235b3e8252f80 Mon Sep 17 00:00:00 2001 From: Markus Stoll Date: Fri, 1 Aug 2014 17:35:40 +0300 Subject: [PATCH] This fix addresses successfully issue #1541 (as already suggested there) --- SparkleLib/SparkleListenerTcp.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleLib/SparkleListenerTcp.cs b/SparkleLib/SparkleListenerTcp.cs index 8d6858c7..0a262f37 100755 --- a/SparkleLib/SparkleListenerTcp.cs +++ b/SparkleLib/SparkleListenerTcp.cs @@ -75,7 +75,7 @@ namespace SparkleLib { OnConnected (); - } catch (SocketException e) { + } catch (Exception e) { this.is_connected = false; this.is_connecting = false;