fixed issue where we wouldn't terminate the stream on failure

This commit is contained in:
Diego Waxemberg
2015-10-17 03:45:20 -07:00
parent e3a42db007
commit 5293c07fc0

View File

@@ -114,6 +114,8 @@
}]];
[self presentViewController:alert animated:YES completion:nil];
});
[_streamMan stopStreamInternal];
}
- (void) launchFailed:(NSString*)message {