Verk Web v1.5.0 VerkWeb.RoomChannel

Link to this section Summary

Functions

Handle regular Elixir process messages

Invoked when the channel process is about to exit

Link to this section Functions

Link to this function handle_info(arg, socket)

Handle regular Elixir process messages.

See GenServer.handle_info/2.

Callback implementation for Phoenix.Channel.handle_info/2.

Link to this function terminate(reason, socket)

Invoked when the channel process is about to exit.

See GenServer.terminate/2.

Callback implementation for Phoenix.Channel.terminate/2.