Open zrxq opened 8 years ago
Sometimes _checkDeviceAuthorizationWithCompletion takes too long before invoking the completion handler, resulting in _session being nil at the point startRunning is called.
_checkDeviceAuthorizationWithCompletion
_session
nil
startRunning
Sometimes
_checkDeviceAuthorizationWithCompletion
takes too long before invoking the completion handler, resulting in_session
beingnil
at the pointstartRunning
is called.