View Source Nex.Socket (Nex v0.1.0-beta.1)

Websocket handler implementing the WebSock behaviour.

Link to this section Summary

Link to this section Types

@type t() :: %Nex.Socket{
  client_id: String.t(),
  client_ip: String.t(),
  pid: pid(),
  subs: ETS.Set.t()
}