ws_send(ConnPid, Frames) -> ok
ConnPid :: pid()
Frames :: Frame | [Frame]
Frame :: close | ping | pong
| {text | binary | close | ping | pong, iodata()}
| {close, non_neg_integer(), iodata()}
gun:ws_send - Send Websocket frames
ws_send(ConnPid, Frames) -> ok
ConnPid :: pid()
Frames :: Frame | [Frame]
Frame :: close | ping | pong
| {text | binary | close | ping | pong, iodata()}
| {close, non_neg_integer(), iodata()}
Send Websocket frames.
The connection must first be upgraded to Websocket using the function gun:ws_upgrade(3).
The pid of the Gun connection process.
A Websocket frame.
The atom ok is returned.
gun:ws_send(ConnPid, {text, <<"Hello world!">>}).
Donate to Loïc Hoguin because his work on Cowboy, Ranch, Gun and Erlang.mk is fantastic:
Recurring payment options are also available via GitHub Sponsors. These funds are used to cover the recurring expenses like food, dedicated servers or domain names.