Requiem.handle_dgram
You're seeing just the callback
handle_dgram
, go back to Requiem module for more information.
Link to this callback
handle_dgram(data, conn, state)
Specs
handle_dgram( data :: binary(), conn :: Requiem.ConnectionState.t(), state :: any() ) :: {:ok, Requiem.ConnectionState.t(), any()} | {:ok, Requiem.ConnectionState.t(), any(), timeout() | :hibernate} | {:stop, non_neg_integer(), atom()}