auto restart system
parent
984537d155
commit
1365316d2a
|
@ -74,6 +74,7 @@ public class SocketClientMessageListener implements KraSocketClientEventInterfac
|
||||||
.getServiceTask("Lobby");
|
.getServiceTask("Lobby");
|
||||||
|
|
||||||
if (serviceTask != null) {
|
if (serviceTask != null) {
|
||||||
|
System.out.println("serviceTask " + serviceTask.getName());
|
||||||
playersAutoRestartServerSystem.put(serviceTask.getName(), null);
|
playersAutoRestartServerSystem.put(serviceTask.getName(), null);
|
||||||
|
|
||||||
ServiceInfoSnapshot serviceInfoSnapshot = ServiceConfiguration.builder(serviceTask)
|
ServiceInfoSnapshot serviceInfoSnapshot = ServiceConfiguration.builder(serviceTask)
|
||||||
|
|
Loading…
Reference in New Issue