You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
broker is able to overwrite the keepalive value, could you check what is set at the broker side? or the Server Keep Alive value in connack from the broker?
Hi,
I've set keepalive value to 300s on client , written in elixir.
The broker (emqx) shows '60' sec.
In config.exs
keepalive: System.get_env("MQ_KEEPALIVE", "300") |> String.to_integer()
Error message :
(EXIT from #PID<0.233.0>) shell process exited with reason: {:disconnected, 141, %{}}
The text was updated successfully, but these errors were encountered: