Description
<p>The channel cache in NativeTvProxy uses a simple dictionary which can throw a NRE if more than 1 thread tries to add a channel to the cache at the same time</p>
<p>See this SO question for a similar issue <a href="https://stackoverflow.com/questions/1320621/throw-a-nullreferenceexception-while-calling-the-set-item-method-of-a-dictionary">https://stackoverflow.com/questions/1320621/throw-a-nullreferenceexception-while-calling-the-set-item-method-of-a-dictionary</a> </p>
<p>See this SO question for a similar issue <a href="https://stackoverflow.com/questions/1320621/throw-a-nullreferenceexception-while-calling-the-set-item-method-of-a-dictionary">https://stackoverflow.com/questions/1320621/throw-a-nullreferenceexception-while-calling-the-set-item-method-of-a-dictionary</a> </p>