Skip to content
Oliver Zehentleitner edited this page Mar 17, 2024 · 16 revisions

Receive signals about changes in the status of your stream with the stream_signal_buffer or with an event-based callback function.

Type Info
CONNECT This signal informs about a successful connection establishment.
DISCONNECT This signal informs about a disconnect and also includes the last received data record. last_received_data_record can contain the last record or None.
FIRST_RECEIVED_DATA This signal informs about the first received data record. first_received_data_record contains the first received record.
STREAM_UNREPAIRABLE This signal informs you when a stream cannot be restarted, e.g. an invalid API key. Attention: This signal is NOT sent if there is no network connection, as soon as the Internet connection is re-established, the stream automatically reconnects. error contains the full error message.