Tai.WebSocket (tai v0.0.75)
Link to this section Summary
Link to this section Types
Link to this type
errors()
Specs
errors() :: %WebSockex.FrameEncodeError{ __exception__: term(), close_code: term(), frame_payload: term(), frame_type: term(), reason: term() } | %WebSockex.ConnError{__exception__: term(), original: term()} | %WebSockex.NotConnectedError{ __exception__: term(), connection_state: term() } | %WebSockex.InvalidFrameError{__exception__: term(), frame: term()}
Link to this section Functions
Link to this function
send_json_msg(pid, msg)
Specs
Link to this function