Mild adjustments

This commit is contained in:
2026-08-28 19:19:22 +03:00
parent 46c01a98dc
commit af918da946
3 changed files with 8 additions and 5 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(