Ruchi Punetha 24.Feb.12 02:17 AM a Web browser Developer Toolkits8.5.1Windows
Hi All,
I am using below method to login to the Sametime server :
loginAsServerApp( PropertyUtil.getProperty("SERVER_NAME", null), loginType,"ServerApplication", null);
This is working perfectly but my concern here is the time taken by this method is not getting synchronized with methods after this.
this login is taking approx. 5 sec and within these 5 sec and I am not able to proceed further.
I tried to synchronize the object of ServerAppService but it is not helping.
Please help how to synchronize this, i have to generate token and token generation failing due to server is not logged for some specific time.