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