From b8b953a7db4e2e50377a22c7f3057cc412f8c299 Mon Sep 17 00:00:00 2001 From: orignal Date: Fri, 15 Aug 2014 13:28:07 -0400 Subject: [PATCH] notify client if a stream got disconnected --- Streaming.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Streaming.cpp b/Streaming.cpp index 96ba4f5e..b2dfbdf9 100644 --- a/Streaming.cpp +++ b/Streaming.cpp @@ -452,6 +452,7 @@ namespace stream else { Close (); + m_ReceiveTimer.cancel (); return; } }