Only dispatch_async on limelight-common's threads

This commit is contained in:
Cameron Gutman
2015-01-09 16:58:18 -05:00
parent 600560d9e3
commit 61401b3e7b
5 changed files with 20 additions and 2 deletions

View File

@@ -88,7 +88,7 @@
}]];
[self presentViewController:conTermAlert animated:YES completion:nil];
[_streamMan stopStream];
[_streamMan stopStreamInternal];
}
- (void) stageStarting:(char*)stageName {