HTTP connections originated from Media does not timeout if server is not responding.
I noticed that if HTTP server is not responding and MediaPlayer was disposed while waiting for connections, then several threads will be running from disposed MediaPlayer waiting for connection forever. This results in memory leak.
I noticed that if HTTP server is not responding and MediaPlayer was disposed while waiting for connections, then several threads will be running from disposed MediaPlayer waiting for connection forever. This results in memory leak.