emqtt_ws (emqtt v1.15.1)
View SourceSummary
Types
-type connection() :: {_Conn :: pid(), gun:stream_ref()}.
-type option() :: {ws_path, string()}.
Functions
-spec close({pid(), gun:stream_ref()}) -> ok.
-spec send({pid(), gun:stream_ref()}, iodata()) -> ok.