I receive a NPE when reusing a session after a .logout. Here is the exception:
java.lang.NullPointerException at ymsg.network.Session.login(Session.java:122)
The Javadoc says it is okay to reuse the session after the .logout. This is on version 0.6.1.
Log in to post a comment.