Skip to content

Commit

Permalink
Merge pull request #927 from leonidc/start_listeners_after_subs
Browse files Browse the repository at this point in the history
create listeners after subsystem
  • Loading branch information
leonidc authored Nov 3, 2024
2 parents 0eceaf6 + 9c463de commit cf34dda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions control/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,10 +795,11 @@ def update(self) -> bool:
with self.update_is_active_lock:
prefix_list = [
GatewayState.SUBSYSTEM_PREFIX,
GatewayState.NAMESPACE_PREFIX, GatewayState.HOST_PREFIX,
GatewayState.HOST_PREFIX,
GatewayState.LISTENER_PREFIX,
GatewayState.NAMESPACE_PREFIX,
GatewayState.NAMESPACE_QOS_PREFIX,
GatewayState.NAMESPACE_HOST_PREFIX,
GatewayState.LISTENER_PREFIX,
]

# Get version and state from OMAP
Expand Down

0 comments on commit cf34dda

Please sign in to comment.