This commit is contained in:
@@ -49,6 +49,10 @@ public abstract class WebSocketNode {
|
||||
|
||||
}
|
||||
|
||||
public void destroy(AnyValue conf) {
|
||||
|
||||
}
|
||||
|
||||
public final void postDestroy(AnyValue conf) {
|
||||
HashMap<Serializable, Set<String>> nodes = new HashMap<>(localNodes);
|
||||
nodes.forEach((k, v) -> {
|
||||
|
||||
@@ -30,6 +30,7 @@ public class WebSocketNodeService extends WebSocketNode implements Service {
|
||||
|
||||
@Override
|
||||
public void destroy(AnyValue conf) {
|
||||
super.destroy(conf);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user