lijian 4 năm trước cách đây
mục cha
commit
6788ce96ea
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      pkg/actors/rule_node_actor.go

+ 1 - 0
pkg/actors/rule_node_actor.go

@@ -162,6 +162,7 @@ func (r *RuleNodeActor) start() error {
 	}
 	if node != nil {
 		r.state = ruleEngine.ACTIVE
+		r.node = node
 	}
 	return nil
 }