Browse Source

notify client if a stream got disconnected

pull/93/head
orignal 10 years ago
parent
commit
b8b953a7db
  1. 1
      Streaming.cpp

1
Streaming.cpp

@ -452,6 +452,7 @@ namespace stream @@ -452,6 +452,7 @@ namespace stream
else
{
Close ();
m_ReceiveTimer.cancel ();
return;
}
}

Loading…
Cancel
Save