Mild adjustments

This commit is contained in:
2026-08-28 17:39:54 +03:00
parent 46c01a98dc
commit fc7eec7263
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ defmodule NeonVertigoService.Mqtt.Server do
{:ok, %MqttServer{}, {:continue, :post_init}}
end
# Callbacks
# == Callbacks ==
def handle_continue(:post_init, %MqttServer{} = state) do
mqtt_config = Application.fetch_env!(:neon_vertigo_service, :mqtt_params)
{:ok, mqtt_pid} = Supervisor.start_child(