Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
kickster97 committed Jan 28, 2025
1 parent 9181774 commit f29f40d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lavinmq/server.cr
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ module LavinMQ
@connection_factories[Protocol::AMQP] = AMQP::ConnectionFactory.new(@users, @vhosts)
@connection_factories[Protocol::MQTT] = MQTT::ConnectionFactory.new(@users, mqtt_brokers)
@parameters = ParameterStore(Parameter).new(@data_dir, "parameters.json", @replicator)
@amqp_connection_factory = LavinMQ::AMQP::ConnectionFactory.new(@users, @vhosts)
apply_parameter
@closed = false
Fiber.yield
Expand Down

0 comments on commit f29f40d

Please sign in to comment.