Discord Elixir v1.1.18 DiscordEx.Heartbeat View Source

Heartbeat service for Discord websocket connection. Sends heartbeat on interval and detects stale connection if heartbeat ack is not received.

Link to this section Summary

Link to this section Functions

Link to this function handle_call(msg, from, state) View Source

Reset heartbeat

Heartbeat ACK not received, connection is stale. Stop heartbeat.

Link to this function start_link(agent_seq_num, interval, socket_pid, opts \\ []) View Source