I am exploring the Remote Pay Sdk’s Cloud variant and trying the sample application (Remote Pay Cloud Codelab ) to connect to a clover device emulated on Android studio. I have:
1. Remote Pay Cloud App running on my machine on localhost:8080
2. Clover Mini 2 Emulator running on Android Studio
3. Secure Network Pay Display App configured and started on the Emulator (URI to create web socket- wss://10.0.2.16:12345/remote_pay)
4. Hitting Connect through cloud pay application running on localhost:8080
Getting Error:
WebSocket connection to 'wss://10.0.2.16:12345/remote_pay' failed: Error in connection establishment: net::ERR_CONNECTION_TIMED_OUT
Any help is highly appreciated. Thanks in advance.