No longer disconnect on deleteStream

This commit is contained in:
Thulinma 2017-12-10 01:25:00 +01:00
parent a80146dd25
commit 90ce2e0b4c

View file

@ -507,7 +507,6 @@ namespace Mist {
} }
if (amfData.getContentP(0)->StrValue() == "deleteStream"){ if (amfData.getContentP(0)->StrValue() == "deleteStream"){
stop(); stop();
onFinish();
return; return;
} }
if ((amfData.getContentP(0)->StrValue() == "FCUnpublish") || (amfData.getContentP(0)->StrValue() == "releaseStream")){ if ((amfData.getContentP(0)->StrValue() == "FCUnpublish") || (amfData.getContentP(0)->StrValue() == "releaseStream")){