Search
Websocket handler implementing the WebSock behaviour.
WebSock
@type t() :: %Nex.Socket{ client_id: String.t(), client_ip: String.t(), pid: pid(), subs: ETS.Set.t() }