Hello,
I am developing an application for Xamarin.Android using AppWarp and I am trying to setup Connection Resiliency during gameplay and I am having issues.
In order to simulate a connection loss event I am turning off the internet connection (Wi-Fi) and turning it back on after a few seconds. What is happening is I receive a Connection_Error_Recoverable callback, I then call RecoverConnection() while the internet connection is still off, then I turn the internet back on but I do not receive any other callbacks. I have almost the exact same application code running on the Windows Phone version of AppWarp and if I call RecoverConnection() while the internet is off it just returns another Connection_Error_Recoverable event so I can keep attempting to recover until the recovery period expires and it then returns a different Connection_Error event like AUTH_ERROR.
Is this the expected behavior where I only ever receive one Connection_Error_Recoverable callback and I have to keep looping trying to call RecoverConnection() until the recovery period expires? Or should I get a separate callback every time I call RecoverConnection()?
closed with the note:
Closing this thread as there was no update from last 9 months. If you still facing the same issue then please create new thread. It will help us to provide better support to you.