Skip to content
#

audio-streaming

Here are 153 public repositories matching this topic...

werman
werman commented Feb 15, 2018

It was discussed in other issues that in order to facilitate error finding and provide easy way to know what's going on in app we should improve logging and give user easier access to them.

I propose to add dependency on logback which seems to be a very good logging library. I have already started integrating it and wanted to ask what do you t

christophe-calmejane
christophe-calmejane commented May 9, 2019

When calling a controllerEntity method that has a completion handler, if an error occurs before even sending the message to the network, the completion handler is called with the error status, in the same thread than the caller.
This can lead to deadlocks.

The documentation should clearly states that all completion handlers are always called from another thread.
Then the code should be change

bug

Improve this page

Add a description, image, and links to the audio-streaming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the audio-streaming topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.