From 5293c07fc06fe8709a023e03fcb08cf0b579b260 Mon Sep 17 00:00:00 2001 From: Diego Waxemberg Date: Sat, 17 Oct 2015 03:45:20 -0700 Subject: [PATCH] fixed issue where we wouldn't terminate the stream on failure --- Limelight/ViewControllers/StreamFrameViewController.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Limelight/ViewControllers/StreamFrameViewController.m b/Limelight/ViewControllers/StreamFrameViewController.m index 461937cd..5b5b7965 100644 --- a/Limelight/ViewControllers/StreamFrameViewController.m +++ b/Limelight/ViewControllers/StreamFrameViewController.m @@ -114,6 +114,8 @@ }]]; [self presentViewController:alert animated:YES completion:nil]; }); + + [_streamMan stopStreamInternal]; } - (void) launchFailed:(NSString*)message {