Completed LoginDialog implementation except for closing the dialog

This commit is contained in:
2020-04-10 16:18:01 +02:00
parent 7285375447
commit fb2f379dfc
8 changed files with 185 additions and 473 deletions

View File

@@ -107,11 +107,12 @@ public class Client implements Closeable {
Thread.sleep(500);
}
logger.info("Handshake completed.");
online = true;
// Remove user creation processor
receiver.removeAllProcessors();
logger.info("Handshake completed.");
}
/**