Phoenix.Socket

Holds state for every channel, pointing to its transport, pubsub server and more.

Socket Fields

Source

Types

t :: %Phoenix.Socket{assigns: %{}, channel: atom, channel_pid: pid, endpoint: atom, joined: boolean, pubsub_server: atom, ref: term, topic: String.t, transport: atom, transport_pid: pid}