67 68 69
# File 'lib/cosmos/topics/router_topic.rb', line 67 def self.disconnect_router(router_name, scope:) Topic.write_topic("{#{scope}__CMD}ROUTER__#{router_name}", { 'disconnect' => true }, '*', 100) end