I am using simple AppWarp connect user function to connect an user, it does connects, but the connection doesn't stay for long, and it disconnects, and this is so frequent that I am not able to test anything, and is frustrating a lot.. I have written a recovery code too, which tries to connect if connection fails and recoverable, but at some point of time, it never connects and throws failed due to unknown reason. I am not able to figure out the reason behind.
Is there anything I am missing?
I have found a macro defined as
#define CLIENT_KEEP_ALIVE_TIME_INTERVAL 2 //In second
I changed the value to 2000 to check the effect , it didn't work, it continues to fail always, I have been trying this for 2 days, but the connection is never alive, so that I test my logic.. And too I have seen when I try to connect another user in different instance while a user is already connected disconnection is much more frequent.
I need urgent help on this, I am thinking to opt out from appwarp if this doesn't solve, please help.