mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Cnaged commandqueue to use an actually thread safe queue. Server now using String for setting backend.
This commit is contained in:
@@ -16,7 +16,11 @@ public class Main {
|
||||
throw new RuntimeException("A event could not be initialized");
|
||||
}
|
||||
|
||||
Server.start("remote", "127.0.0.1", "5001");
|
||||
Server.start("REMOTE", "127.0.0.1", "5001");
|
||||
|
||||
GlobalEventBus.post(new Events.ServerEvents.command("HELP", "THANK"));
|
||||
GlobalEventBus.post(new Events.ServerEvents.command("GET"));
|
||||
|
||||
Window.start("");
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user