restore commented line

This commit is contained in:
Bruno
2022-01-17 20:23:50 +01:00
parent e6f2aa2399
commit 7acffabdd8

View File

@@ -231,7 +231,7 @@ void Connection::ask()
// erase connection if its life score is negative (not responding too many times)
if ( (*it).alive < 0 ) {
// inform streamer to cancel streaming to this client
// Streaming::manager().removeStreams( (*it).name );
Streaming::manager().removeStreams( (*it).name );
// remove from list
it = Connection::manager().connections_.erase(it);
#ifdef CONNECTION_DEBUG