{gun_ws, ConnPid, StreamRef, Frame} ConnPid :: pid() StreamRef :: reference() Frame :: close | ping | pong | {text | binary | close, binary()} | {close, non_neg_integer(), binary()} | {ping | pong, binary()}
gun_ws - Websocket frame
{gun_ws, ConnPid, StreamRef, Frame} ConnPid :: pid() StreamRef :: reference() Frame :: close | ping | pong | {text | binary | close, binary()} | {close, non_neg_integer(), binary()} | {ping | pong, binary()}
Websocket frame.
This message informs the relevant process that the server sent the enclosed frame.
This message can only be sent on streams that were upgraded to the Websocket protocol.
The pid of the Gun connection process.
Identifier of the stream that was upgraded to Websocket.
The Websocket frame in question.
silence_pings
, ping and pong frames may be sent as well.
handle_info({gun_ws, ConnPid, _StreamRef, _Frame}, State=#state{conn_pid=ConnPid}) -> %% Do something. {noreply, State}.
Donate to Loïc Hoguin because his work on Cowboy, Ranch, Gun and Erlang.mk is fantastic:
Recurring payment options are also available via BountySource. These funds are used to cover the recurring expenses like dedicated servers or domain names.