Yggdrasil.Backend.disconnected

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

disconnected(channel, pid \\ nil)

View Source

Specs

disconnected(Yggdrasil.Channel.t(), nil | pid()) :: :ok | {:error, term()}

Generic disconnected message sender to a channel. Optionally receives the pid of the specific subscriber.