Laurent Zeimes

Results 3 comments of Laurent Zeimes

Thanks I will do that for now. But that forces me to introduce a new synchronization mechanism on top of the actor system, as I have to ensure the goroutine...

No worries ! I am sorry my message must not have been clear enough. I am not discussing the design decision of restarting children of the restarting actor. The problem...

This issue can be fixed by setting `_session.automaticallyConfiguresApplicationAudioSession = false;` and by setting `AVAudioSession.sharedInstance().setCategory(AVAudioSessionCategoryPlayAndRecord, withOptions: [.DuckOthers, .DefaultToSpeaker])` Somewhere in your app, in AppDelegate for example. That would be great if...