A GenStage producer that streams data from a WebSocket connection.
Under the hood it relies on the gun library to establish and manage the connection. Incoming frames are buffered and dispatched based on the demand from Broadway consumers. Idle connections are supervised with ping/pong logic and automatic reconnection using a user supplied backoff strategy.
Summary
Functions
Starts the WebSocket producer under a GenStage supervisor.
Types
Functions
@spec start_link(keyword()) :: GenServer.on_start()
Starts the WebSocket producer under a GenStage supervisor.