Yggdrasil.Backend.connected
You're seeing just the callback
connected
, go back to Yggdrasil.Backend module for more information.
Specs
connected(channel :: Yggdrasil.Channel.t(), pid :: atom() | pid()) :: :ok | {:error, term()}
Callback to publish the connected message in the channel
. Receives a pid
in case the message shouldn't be broadcasted.