ElectoServer "logout and login" problems
If you are trying to logout and login again use -
es.logout(false)
Yes, passing false is required as if you do not do so then you will also be disconnected from the server and will not be able to login again until you re-establish a connection.
Another problem is not being able to login due to inactivity. The timeout settings can be configured from the "configuration.xml" file.
Incase you face problems use
es.setDebug(true);
and test to see the xml messages being passed in by ElectroServer. There is very little information about ElectroServer on the Internet and dealing with specific problems may be daunting. Ofcourse that doesn't limit the capabilities of the server. Its really cool!
es.logout(false)
Yes, passing false is required as if you do not do so then you will also be disconnected from the server and will not be able to login again until you re-establish a connection.
Another problem is not being able to login due to inactivity. The timeout settings can be configured from the "configuration.xml" file.
Incase you face problems use
es.setDebug(true);
and test to see the xml messages being passed in by ElectroServer. There is very little information about ElectroServer on the Internet and dealing with specific problems may be daunting. Ofcourse that doesn't limit the capabilities of the server. Its really cool!


1 Comments:
At 12:52 AM,
Anonymous said…
Interesting to know.
Post a Comment
<< Home