Hello,
I am developing an application for Windows Runtime (Windows Phone 8.1 and Windows 8.1) using the AppWarp SDK and I have activated the connection resiliency functionality by setting the Recovery Allowance time to 120 seconds (2 minutes), but whenever I get a CONNECTION_ERROR_RECOVERABLE error in my OnConnectDone callback and I call RecoverConnection() I always get an AUTH_ERROR even though I am definitely inside the recovery time. Is this a bug in the AppWarp SDK possibly?
UPDATE: The probem seems to be stemming from calling RecoverConnection() too fast after a disconnect because when I add a wait for a second it seems to re-connect fine. But if I try to make a call to GetLiveRoomInfo after re-connecting it always fails for some reason so re-connecting is still not working correctly on WinRT.
Side note: The method RecoverConnectionWithSessioId is mispelld in the SDK (it is missing the 'n' in "Session") and should probably be updated.