Commits
Laurin Quast authored and GitHub committed 8cd958e0c4a
fix possible race condition the method stopSession dispatches an async task which can result in a race condition between the calls of`[super removeFromSuperview];` and `[self stopSession];`.