Phoenix.LiveView.transport_pid

You're seeing just the function transport_pid, go back to Phoenix.LiveView module for more information.

Returns the transport pid of the socket.

Raises ArgumentError if the socket is not connected.

Examples

iex> transport_pid(socket)
#PID<0.107.0>