Yggdrasil.Backend.disconnected

You're seeing just the callback disconnected, go back to Yggdrasil.Backend module for more information.
Link to this callback

disconnected(channel, pid)

View Source

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.