Added retry for creating http server when port is in use
Compare changes
@@ -10,6 +10,7 @@ import java.io.BufferedInputStream
@@ -41,20 +42,34 @@ class ManagedHttpServer(private val _requestedPort: Int = 0) {
Addresses one of the issues in https://github.com/futo-org/grayjay-android/issues/1395 regarding ChromeCast failing to cast (when proxied).
Not fully resolved yet though, one more issue pending to be investigated/addressed regarding ChomeCast entering into a state of refusing connections.