Buckaroo.Socket.init
You're seeing just the callback
init
, go back to Buckaroo.Socket module for more information.
Specs
init(conn :: Plug.Conn.t(), state :: state) :: result(state) when state: any()
Initialize the websocket.
Passes the connection and the given state.