View Source Surrealix.Socket (surrealix v0.1.4)
Socket module to wrap the interactions with WebSockex
process.
Summary
Types
@type base_connection_opts() :: Surrealix.Config.socket_opts()
Functions
@spec start(Surrealix.Config.socket_opts()) :: on_start()
@spec start_link(Surrealix.Config.socket_opts()) :: on_start()
@spec stop(pid()) :: :ok