[java.net.ConnectException: Failed to connect to bridge.walletconnect.org/2606:4700:20::ac43:45b8:7737, java.net.ConnectException: Failed to connect to bridge.walletconnect.org/2606:4700:20::681a:32c:7737, java.net.ConnectException: Failed to connect to bridge.walletconnect.org/2606:4700:20::681a:22c:7737, java.net.SocketTimeoutException: failed to connect to bridge.walletconnect.org/104.26.2.44 (port 7737) from /192.168.1.8 (port 44900) after 10000ms, java.net.SocketTimeoutException: failed to connect to bridge.walletconnect.org/172.67.69.184 (port 7737) from /192.168.1.8 (port 40876) after 10000ms]
This is output of debug on running the app
[java.net.ConnectException: Failed to connect to bridge.walletconnect.org/2606:4700:20::ac43:45b8:7737, java.net.ConnectException: Failed to connect to bridge.walletconnect.org/2606:4700:20::681a:32c:7737, java.net.ConnectException: Failed to connect to bridge.walletconnect.org/2606:4700:20::681a:22c:7737, java.net.SocketTimeoutException: failed to connect to bridge.walletconnect.org/104.26.2.44 (port 7737) from /192.168.1.8 (port 44900) after 10000ms, java.net.SocketTimeoutException: failed to connect to bridge.walletconnect.org/172.67.69.184 (port 7737) from /192.168.1.8 (port 40876) after 10000ms]
ExampleAplication.kt `import androidx.multidex.MultiDexApplication import com.squareup.moshi.Moshi import com.peepout.io.peepout.server.BridgeServer import com.squareup.moshi.JsonClass import com.squareup.moshi.kotlin.reflect.KotlinJsonAdapterFactory import okhttp3.OkHttpClient import okhttp3.CipherSuite import okhttp3.TlsVersion import okhttp3.ConnectionSpec import android.util.Log import org.komputing.khex.extensions.toNoPrefixHexString import org.walletconnect.Session import org.walletconnect.impls. import org.walletconnect.nullOnThrow import java.io.File import java.net.InetSocketAddress import java.net.Proxy import java.util.
class ExampleApplication:MultiDexApplication() {
}
BridgeServer:
import android.util.Log import com.squareup.moshi.JsonClass import com.squareup.moshi.Moshi import com.squareup.moshi.Types import org.java_websocket.WebSocket import org.java_websocket.handshake.ClientHandshake import org.java_websocket.server.WebSocketServer import java.lang.Exception import java.lang.ref.WeakReference import java.net.InetSocketAddress import java.util.* import java.util.concurrent.ConcurrentHashMapclass BridgeServer(moshi: Moshi) : WebSocketServer(InetSocketAddress(PORT)) { @JsonClass(generateAdapter = true)
}`