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