Name

gun:ws_send - Send Websocket frames

Description

Send Websocket frames.

The connection must first be upgraded to Websocket using the function gun:ws_upgrade(3).

Arguments

ConnPid

The pid of the Gun connection process.

Frames

A Websocket frame.

Return value

The atom ok is returned.

Changelog

  • 1.0: Function introduced.

Examples

Send a single frame

See also