fix: do not destroy test connection
This commit is contained in:
parent
272ccd2914
commit
037e16b97b
1 changed files with 1 additions and 4 deletions
|
@ -58,10 +58,7 @@ public class MainApp extends Application {
|
|||
}
|
||||
});
|
||||
|
||||
ActiveUser.create(InetAddress.getByName("192.168.43.14"), user -> {
|
||||
System.out.println("Connexion établie !");
|
||||
user.destroy();
|
||||
},
|
||||
ActiveUser.create(InetAddress.getByName("192.168.43.14"), user -> System.out.println("Connexion établie avec " + user.getUsername()),
|
||||
Throwable::printStackTrace);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue